Expand Project banner
AutoForgeAI AutoForgeAI

Expand Project

Development community

Description

--- description: Expand an existing project with new features --- # PROJECT DIRECTORY This command **requires** the project directory as an argument via `$ARGUMENTS`. **Example:** `/expand-project generations/my-app` If `$ARGUMENTS` is empty, inform the user they must provide a project path and exit. --- # GOAL Help the user add new features to an existing project. You will: 1. Understand the current project by reading its specification 2. Discuss what NEW capabilities they want to add 3.

Installation

Installs to ~/.claude/commands/autoforgeai-autoforge-expand-project.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/AutoForgeAI/autoforge/HEAD/.claude/commands/expand-project.md -o ~/.claude/commands/autoforgeai-autoforge-expand-project.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository