Skip to content

Commands Reference

Plugin: forgeplan-workflow

Runs the full Forgeplan methodology cycle: Route → Shape → Validate → Build → Evidence → Activate.

/forge "Add OAuth2 authentication"

The command determines depth automatically and creates the right artifacts.

Plugin: forgeplan-workflow

Explicit step-by-step forge cycle with 8 phases:

Phase 0: OBSERVE → forgeplan health
Phase 1: ROUTE → determine depth
Phase 2: SPRINT → plan waves
Phase 3: BUILD → implement
Phase 4: AUDIT → adversarial review
Phase 5: FIXES → fix HIGH/CRITICAL
Phase 6: EVIDENCE → create + score
Phase 7: COMMIT → git + PR

Plugin: forgeplan-workflow

Multi-expert code audit with Forgeplan methodology integration.


Plugin: dev-toolkit

Launches 4 parallel expert agents:

  • Logic — correctness, edge cases, race conditions
  • Architecture — SOLID, coupling, DRY, naming
  • Security — OWASP Top 10, injection, auth
  • Tests — coverage gaps, test quality

Reports findings with severity: CRITICAL / HIGH / MEDIUM / LOW.

Plugin: dev-toolkit

Adaptive sprint planning that scales:

  • 1 task → just do it
  • 3-5 tasks → parallel execution
  • 10+ tasks → wave-based sprint with dependency tracking

Plugin: dev-toolkit

Restores session context from Hindsight memory — what you worked on, what was decided, what’s pending.


Plugin: fpf

Auto-routes to the right reasoning mode based on your question.

Break a system into bounded contexts with roles, interfaces, and responsibilities.

/fpf decompose our authentication system

Compare alternatives with F-G-R scoring and evidence assessment.

/fpf evaluate React vs Vue vs Svelte for our SPA

Structured ADI reasoning: 3+ hypotheses → predictions → evidence check.

/fpf reason why our API response times degraded

Orchestra Commands (forgeplan-orchestra plugin)

Section titled “Orchestra Commands (forgeplan-orchestra plugin)”

Plugin: forgeplan-orchestra

Full context restore: Hindsight memory + Forgeplan health + Orchestra tasks.

Plugin: forgeplan-orchestra

Bidirectional sync between Forgeplan artifacts and Orchestra tasks.


Plugin: laws-of-ux

Reviews frontend code against 30 UX psychology laws. Reports violations with severity and fix suggestions.

Look up a specific UX law with examples, violations, and best practices.


Plugin: dev-toolkit

Quick research — study a topic, find patterns, understand how something works. Uses Explore agents.

Plugin: dev-toolkit

Deep multi-agent research (4-7 agents). Writes reports to docs/research/. Use before major work.

Plugin: dev-toolkit

Implement from existing research reports. Reads research output and creates implementation plan.

Plugin: dev-toolkit

Combine multiple research reports into a unified plan. Useful when you researched several topics and need one roadmap.

Plugin: dev-toolkit

Universal task executor — takes any description and figures out the right approach.

Plugin: dev-toolkit

Quick wave-based execution from current chat context. No research phase — just plan and execute.

Plugin: dev-toolkit

Create structured documents: RFC, guide, report, ADR. Uses templates and project context.

Plugin: dev-toolkit

Launch Agent Teams for parallel implementation. Best for tasks that span multiple domains (backend + frontend).


Claude Code can suggest commands based on what you’re doing:

You saySuggested command
”изучи”, “разберись”, “найди”/research
”глубоко изучи”, “ресерч”/deep-research
”напиши RFC”, “доку”/write-doc
Complex multi-step task/do or /sprint
”ревью”, “проверь”/audit
Backend + frontend work/team-up
Has research reports/build
”объедини”, “roadmap”/synthesize

SituationCommand
Starting new feature/forge "description"
Code review before PR/audit
Complex multi-step task/sprint "goal"
Architecture decision/fpf evaluate "A vs B"
Understanding a system/fpf decompose "system"
Debugging issue/fpf reason "why X"
Restoring context/recall or /session
Frontend quality/ux-review
Research → Build:
/fpf decompose → /forge "implement X"
Multi-step feature:
/forge "feature" → /audit → fix → /sprint "remaining tasks"
Architecture decision:
/fpf evaluate "options" → /forge "implement winner"