Agent skill
plan
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/plan-etroxtaran-conductor-2
SKILL.md
Plan
When to use
- You have a product mission + docs and need a clear task breakdown
- Starting implementation of a new feature
- Need to estimate effort and dependencies
Instructions
-
Extract acceptance criteria and constraints from discovery phase
-
Create tasks (T1..TN) with:
- User story + criteria: What the user should be able to do
- Files to create/modify: Specific paths
- Tests to add/run: Test file locations and descriptions
- Dependencies: Which tasks depend on others
-
Keep tasks small and parallelizable:
- Each task should be completable in one session
- Minimize dependencies between tasks
- Group related changes together
Task Format
## Task T1: [Title]
### User Story
As a [user], I want to [action], so that [benefit].
### Acceptance Criteria
- [ ] Criterion 1
- [ ] Criterion 2
### Files
- CREATE: `src/module.py`
- MODIFY: `src/existing.py`
### Tests
- `tests/test_module.py::test_feature`
### Dependencies
- None (can start immediately)
Planning Checklist
- All acceptance criteria covered by tasks
- Each task has clear file scope
- Each task has defined tests
- Dependencies are documented
- Tasks are small enough for one session
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?