From forge
Initiate a new Forge workflow. Creates .forge/ state and begins the discovery phase. User-invoked only: do not auto-trigger.
npx claudepluginhub caseyrtalbot/forge --plugin forgeThis skill uses the workspace's default tool permissions.
Initiate a new Forge workflow. Check for existing workflow state in `.forge/`, create a new workflow if none exists, and hand off to `discover-intent` to begin collaborative refinement of what to build. User-invoked only: do not auto-trigger this skill.
Verifies tests pass on completed feature branch, presents options to merge locally, create GitHub PR, keep as-is or discard; executes choice and cleans up worktree.
Guides root cause investigation for bugs, test failures, unexpected behavior, performance issues, and build failures before proposing fixes.
Writes implementation plans from specs for multi-step tasks, mapping files and breaking into TDD bite-sized steps before coding.
Initiate a new Forge workflow. Check for existing workflow state in .forge/, create a new workflow if none exists, and hand off to discover-intent to begin collaborative refinement of what to build. User-invoked only: do not auto-trigger this skill.
/forge:start [description]
The optional [description] is a short phrase describing what the user wants to build. It becomes the initial intent field in forge-state.json and seeds the first discover-intent question.
If an active workflow exists, ask the user whether to resume or archive the existing one. Never decide unilaterally.
.forge/forge-state.json for existing workflow state..forge/ directory and write a fresh forge-state.json using the initialization template (phase: discovery, completed_phases: [], created_at: <now>).[description] argument (if provided) as the initial intent.discover-intent skill to begin Phase 1..forge/forge-state.json exists with phase: discovery after this skill runs.discover-intent is the next active skill.discover-intent: Workflow state is initialized. Hand off to discovery phase.