skills/workflow-feature/SKILL.md
Complete feature development workflow from design to deployment. Use when implementing new features or functionality.
npx skillsauth add nickcrew/claude-ctx-plugin workflow-featureInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Complete workflow for developing new features from design to deployment.
Define:
Output: Architecture diagram, component list, API specs
Agent: architect-review for complex features
Break down into:
Output: Task list with estimates
Guidelines:
Run parallel workstreams:
Checklist:
Agent: code-reviewer
Check:
Agent: security-auditor (if auth-related)
Required:
Agent: test-automator or debugger
Verify:
Agent: performance-engineer (if perf-sensitive)
Update:
Checklist:
# Run before marking complete
cortex review -c feature
## Feature: [Name]
### Requirements
- [ ] Requirement 1
- [ ] Requirement 2
### Tasks
- [ ] Task 1
- [ ] Task 2
- [ ] Tests
- [ ] Docs
### API Changes
- `POST /api/v1/resource` - Create resource
- `GET /api/v1/resource/:id` - Get resource
### Rollback Plan
1. Revert commit
2. Run down migration
3. Clear cache
testing
Use when creating new skills, editing existing skills, or verifying skills work before deployment - applies TDD to process documentation by testing with subagents before writing, iterating until bulletproof against rationalization
testing
Comprehensive security assessment and remediation. Use for security reviews, compliance checks, vulnerability assessments.
research
Systematic performance analysis and optimization. Use when things are slow, need optimization, or preparing for scale.
development
Complete workflow for developing new features from design to deployment. Use when starting a new feature, adding functionality, or building something new.