From code-forge
Display code-forge feature dashboard with task-level progress from state.json, or show detailed status for a specific feature. Use when checking progress, asking "what's left", viewing task completion, or wanting a bird's-eye view of the project.
npx claudepluginhub tercel/tercel-claude-plugins --plugin code-forgeThis skill uses the workspace's default tool permissions.
@../shared/execution-entrypoint.md
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
@../shared/execution-entrypoint.md
For this skill: start at the first executable step. If you catch yourself about to say "falling back to manual status check", STOP and go to the indicated step.
Display a dashboard of all features or detailed progress for a specific feature.
/code-forge:status # Show project dashboard
/code-forge:status user-auth # Show detail for one feature
Load Config → Scan Features → Display Dashboard or Detail → Update Overview
@../shared/configuration.md
Based on arguments:
<base_dir>/<output_dir>/state.json files in both locations:
<output_dir>/*/state.json (standard plans).code-forge/tmp/*/state.json (temporary plans created with --tmp)state.json, extract: feature, status, progress.*, metadata.source_doc, updated.code-forge/tmp/ with [tmp] suffix in displayFeatures found: Show table with #, Feature, Progress, Status, Last Updated.
code-forge — Feature Dashboard
# | Feature | Progress | Status | Last Updated
1 | user-auth | 3/5 (60%) | in_progress | 2026-02-14
2 | file-upload | 0/3 (0%) | pending | 2026-02-13
3 | notifications | 4/4 (100%) | completed | 2026-02-12
Commands:
/code-forge:plan @doc.md Create new plan from document
/code-forge:plan "requirement" Create new plan from prompt
/code-forge:impl <feature> Execute tasks for a feature
/code-forge:status <feature> View feature detail
/code-forge:fix "description" Debug a bug
/code-forge:review <feature> Review completed feature
Offer actions via AskUserQuestion:
No features found: Show empty state with instructions:
{base_dir}/{input_dir}/{feature-name}.md/code-forge:plan @path/to/feature.md or /code-forge:plan "requirement text"After scanning, regenerate {output_dir}/overview.md using Step 4 logic.
/code-forge:plan command{output_dir}/{feature_name}/state.json.code-forge/tmp/{feature_name}/state.jsonRead state.json and display:
code-forge — Feature: user-auth
Status: in_progress
Source: docs/features/user-auth.md
Created: 2026-02-10
Updated: 2026-02-14
Tasks:
# | Task | Status | Started | Completed
1 | setup | completed | 2026-02-10 | 2026-02-10
2 | models | completed | 2026-02-11 | 2026-02-11
3 | auth-logic | in_progress | 2026-02-14 | —
4 | api-endpoints | pending | — | —
5 | integration | pending | — | —
Progress: 2/5 (40%)
Commands:
/code-forge:impl user-auth Continue execution
/code-forge:review user-auth Review completed tasks
/code-forge:fix "..." Fix a bug in this feature
@../shared/overview-generation.md
Display: Project overview updated: {output_dir}/overview.md