بنقرة واحدة
wf-clear-context
Clear the workflow context file to start fresh on a new feature
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Clear the workflow context file to start fresh on a new feature
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Initialize the feature workflow for a project — detects tech stack, proposes review agents (asks user to confirm), creates agent files and project-config.json.
Phase 1 iteration - quick 3-agent review of a DRAFT spec before formal Phase 2 review. Catches issues early with specialized perspectives.
Phase 1 - Create an initial feature specification from a roadmap item. Generates a structured spec file ready for Phase 2 review.
Run Phase 2 design review with 2-6 subagents (dynamic selection). Produces a PHASE2_REVIEW.md artifact in the archive directory.
Run Phase 3 consolidation - address Phase 2 feedback, make decisions on open questions, update the spec. Produces PHASE3_CONSOLIDATION.md.
Phase 4 implementation (Opus) - thorough implementation with detailed analysis. Use /wf-phase4-implement-sonnet for faster implementation.
| name | wf-clear-context |
| description | Clear the workflow context file to start fresh on a new feature |
| model | haiku |
| allowed-tools | Bash |
Use this command to clear the saved workflow context and start fresh.
rm -f .claude/workflow/phase-context.json
Workflow context cleared.
You can now run any phase skill to start fresh:
- /wf-phase1-spec Create a new specification
- /wf-phase1-iterate Iterate on an existing DRAFT spec
- /wf-phase2-review Run formal design review
- /wf-phase3-consolidate Address feedback and finalize spec
- /wf-phase4-implement Implement (Opus, thorough)
- /wf-phase4-implement-sonnet Implement (Sonnet, faster)
- /wf-phase5-verify Verify implementation
- /wf-phase5-6-complete Verify + retrospective combined
- /wf-phase6-retrospective Document lessons learned