From forge
Shows current forge project status including plan objective, module DAG, iteration history, and saved learnings from project memory.
How this skill is triggered — by the user, by Claude, or both
Slash command
/forge:forge-statusThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Show the current status of the forge project. Prefix all output with `[forge:status]`.
Show the current status of the forge project. Prefix all output with [forge:status].
.forge/plans/ (most recent JSON).forge/memory/project.jsonl for saved learnings## Forge Status
**Plan:** {objective}
**Created:** {timestamp}
### Modules
| ID | Title | Deps | Attempts | Status | Last Score |
|----|-------|------|----------|--------|------------|
| m1 | ... | — | 2 | passed | 1.0 |
| m2 | ... | m1 | 0 | pending| — |
### Memory
- {count} project patterns saved
- {count} global patterns saved
### Recent Learnings
- "{pattern}" (category, confidence)
If no plan exists, say "No active forge plan. Run /forge to start."
npx claudepluginhub tt-wang/forge --plugin forgeDisplays code-forge runtime status including REFLECT flag, quality events, notepad/decisions, usage stats, and doctor diagnostics. Supports --json for external tool integration.
Orchestrates complex multi-step tasks with automatic retry, memory, and validation. Useful for breaking down large objectives into verified modules.
Runs multi-stage planning pipeline with verification gates and persistent Ralph state for complex tasks spanning 3+ files or unclear scope.