Agent skill
requirement-change
Add or modify tasks in Implementation Plan. Use when user proposes new requirements, changes priorities, or adjusts existing task scope.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/requirement-change-doraemonkeys-sloc-guard
SKILL.md
Requirement Change
Instructions
When user proposes new requirements or changes:
- Review
docs/PROJECT_OVERVIEW.mdanddocs/Implementation Plan.mdto understand current task structure and priority order - Identify appropriate Phase/Task location for the change
- Create/modify tasks following these principles:
Each task must:
- Be independently completable and testable
- Deliver complete functionality that can be verified (avoid partial implementations that are untestable)
- Focus on functionality and requirements (not code details)
- Update Priority Order table if priorities change
- For large new features, consider creating a new Phase section
- Keep documentation concise—avoid redundancy to reduce AI context usage
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?