بنقرة واحدة
plan
Select and create a plan from templates
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Select and create a plan from templates
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Create Architecture Decision Record
Design API contracts with OpenAPI specifications
Assess architecture decisions tradeoffs and edge cases
Design database schemas with migrations and repository interfaces
Break requests into parallel tasks for team execution
Audit dependencies for vulnerabilities and plan upgrades
| name | plan |
| description | Select and create a plan from templates |
| allowed-tools | Read, Write, Glob |
Help select the right plan template and create a plan file.
Read the available templates in docs/spec/.llm/templates/:
| Template | Use When |
|---|---|
idea.plan.llm | Starting from scratch -- idea to working project |
fullstack.plan.llm | Full-stack feature (DB -> API -> UI -> E2E) |
feature.plan.llm | Backend-focused feature (6 phases) |
review.plan.llm | Review/iteration cycle with quality gates |
bugfix.plan.llm | Bug investigation and fix |
self-review.plan.llm | Audit the LLM orchestration system |
codegen.plan.llm | Spec-first code generation (requires spec before code) |
requirements.plan.llm | Multi-session requirement gathering to produce a spec |
plan.template.llm | Generic -- anything else |
Based on the user's description, recommend the best template.
Create the plan file:
cp docs/spec/.llm/templates/<template> docs/spec/.llm/plans/<name>.plan.llm
Pre-fill the plan with:
Present the plan to the user for review before proceeding.
$ARGUMENTS