| name | workflow-feature-dev |
| description | Feature development workflow with 4 phases from planning to deployment. Use for structured feature implementation. |
| version | 2.0.0-rc |
| author | Kernel Architecture Team |
| triggers | ["feature development","develop feature","new feature"] |
| tools | ["mcp__kernel-v2-workflows__start","mcp__kernel-v2-workflows__status","mcp__kernel-v2-workflows__step","mcp__kernel-v2-workflows__complete"] |
Feature Development Workflow Skill
Purpose
Orchestrates feature development through structured phases with checkpoints.
When to Use
- Starting new feature development
- Planning implementation phases
- Tracking feature progress
Available MCP Tools
| Tool | Description |
|---|
mcp__kernel-v2-workflows__start | Start feature workflow |
mcp__kernel-v2-workflows__status | Check workflow status |
mcp__kernel-v2-workflows__step | Advance to next step |
mcp__kernel-v2-workflows__complete | Complete workflow |
Phases
-
Planning - Requirements and design
- Define acceptance criteria
- Create technical design
- Identify dependencies
-
Implementation - Core development
- Write code
- Unit tests
- Integration tests
-
Testing - Quality assurance
- Test coverage review
- Manual testing
- Performance testing
-
Deployment - Release management
- Staging deployment
- Production deployment
- Monitoring setup
Related Skills
workflow-code-review: For code reviews
workflow-bugfix: For bug fix workflows
audit-logging: For logging events