بنقرة واحدة
plan
Break a scope or feature set into stories and tasks for sprint planning (Sofia Nakamura's workflow)
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Break a scope or feature set into stories and tasks for sprint planning (Sofia Nakamura's workflow)
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Add a new implementation of the primary protocol/interface (Alex Rivera's workflow)
Add a new API endpoint following all project standards
Plan and implement a complete feature end-to-end across all layers
Full codebase audit — dead code, layer violations, concurrency, observability, code quality
Set up or update GitHub Actions CI/CD pipeline (Marcus Chen's workflow)
Remove dead code, unused imports, stale files, and fix code quality issues found by /audit
| name | plan |
| description | Break a scope or feature set into stories and tasks for sprint planning (Sofia Nakamura's workflow) |
| disable-model-invocation | true |
Plan the following scope: $ARGUMENTS
Each story is a vertical slice of functionality that can be independently delivered and demonstrated.
Format each story as:
### Story: <title>
**As a** <user/developer/operator>
**I want** <capability>
**So that** <business value>
**Acceptance Criteria:**
- [ ] <specific, testable criterion>
**Files Affected:**
- <layer/file> — <what changes>
- <test file> — <what tests needed>
**Estimated Complexity:** Small / Medium / Large
Each story should have 2-6 concrete tasks:
**Tasks:**
1. [ ] Add Pydantic models to the models file
2. [ ] Add service method to the service layer
3. [ ] Add API endpoint to the appropriate router
4. [ ] Write tests (success, validation, error paths)
5. [ ] Update project documentation and env example file
6. [ ] Run /verify and /review
For each story, identify:
# Sprint Plan: <scope title>
## Summary
- Stories: X
- Total tasks: X
- Estimated effort: Small/Medium/Large
## Story Order (dependency-aware)
1. Story A (no dependencies)
2. Story B (depends on A)
## Stories
<full story details from Step 2>
## Risks
<from Step 5>