Agent skill
workflow
Enforces development phases. Triggers on implement, build, create, fix, refactor.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/workflow
SKILL.md
Required Workflow
Phase 1: ANALYSIS
- What is being asked?
- Search codebase for related files (Read, Glob, Grep)
- Identify dependencies and existing patterns
Output: Findings summary Gate: Wait for acknowledgment
Phase 2: PLANNING
- Break into 2-3 atomic tasks
- Create
.planning/PLAN-{feature}.md - Define verification criteria
Output: Plan document Gate: Wait for approval
Phase 3: IMPLEMENTATION
- Follow plan exactly
- Run tests after each change
- Deviation rules:
- Bugs/blockers: fix immediately, document
- Architecture changes: STOP and ask
- Enhancements: log to ISSUES.md, continue
Output: Working code with tests
Phase 4: VALIDATION
- Run tests
- Type check
- Lint
- Manual verification
Gate: All checks pass
Context Management
- 50%+ used: mention it
- 70%+ used: create handoff document
- Never start large tasks below 15%
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?