بنقرة واحدة
reset
Reset belmont state files (PRD, PROGRESS, TECH_PLAN) to start fresh
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Reset belmont state files (PRD, PROGRESS, TECH_PLAN) to start fresh
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Apply a Codex-only Belmont planning handoff packet after a plan-mode product-plan or tech-plan interview; write only the explicit .belmont files named in the packet without asking new planning questions.
Interactive planning session - create PRD and PROGRESS files for a feature
Technical planning session - create detailed implementation spec from PRD
Claude Code only. Drive a single feature to completion by self-pacing /belmont:implement → verify → next → status until no pending milestones remain.
Auto debug loop — investigate, fix, verify using agent-dispatched pipeline
Manual debug loop with deep Belmont context and in-place spec reconciliation — user-verified fix + correct the specs that let the bug exist
| name | reset |
| description | Reset belmont state files (PRD, PROGRESS, TECH_PLAN) to start fresh |
| alwaysApply | false |
You are resetting the belmont state directory so the user can start a new planning session from scratch.
.belmont/ directory..agents/, source code, or any other files.Read the following files (if they exist) and collect a summary:
.belmont/PR_FAQ.md — Check if it exists and has real content.belmont/PRD.md — Extract the product/feature name, check if it's a master feature catalog.belmont/TECH_PLAN.md — Check if it exists and has content (master tech plan).belmont/NOTES.md — Check if global notes exist.belmont/features/ — Scan for feature subdirectories. For each, read its PRD.md for name and PROGRESS.md for task counts.Optional helper:
belmont status --format json can provide a quick task/milestone summary. Still check for MILESTONE files, TECH_PLAN, PR_FAQ, and features/ existence.If .belmont/ does not exist or contains only empty templates and no features, tell the user there is nothing to reset and stop.
Present a clear summary and options:
WARNING — Reset Belmont State
========================
Product: [product name from master PRD]
PR/FAQ: [Has content / Empty]
Master PRD: [Has content / Empty]
Master Tech: [Exists / Does not exist]
Global Notes: [Exists / Does not exist]
Features:
[slug] [feature name] — [X] tasks ([Y] complete)
[slug] [feature name] — [X] tasks ([Y] complete)
...
Options:
[1] Reset a specific feature (delete its directory contents, preserve masters)
[2] Reset ALL features (clear all feature dirs, preserve masters)
[3] Full reset (everything, including masters and PR_FAQ)
[c] Cancel
WARNING: This cannot be undone.
Wait for the user's response. Do NOT proceed until you receive a reply.
Option 1 — Reset specific feature:
.belmont/features/<slug>/ (PRD.md, PROGRESS.md, TECH_PLAN.md, NOTES.md, MILESTONE.md, MILESTONE-*.done.md)Option 2 — Reset ALL features:
.belmont/features/.belmont/PRD.md to the master template (keep product name, clear features table).belmont/TECH_PLAN.md (master tech plan).belmont/PR_FAQ.mdOption 3 — Full reset:
.belmont/features/.belmont/PR_FAQ.md to template text: "Run /belmont:working-backwards to create your PR/FAQ document.\n".belmont/PRD.md to template text: "Run the /belmont:product-plan skill to create a plan for your feature.\n".belmont/TECH_PLAN.md.belmont/MILESTONE.md (if exists at root).belmont/MILESTONE-*.done.md (if any exist at root).belmont/NOTES.md (if exists)Option c — Cancel:
Report: Cancelled. No files were changed.
/belmont:working-backwards or /belmont:product-plan