Setup new feature
Skill emaraschio/cursor-commands/.cursor/skill-contracts/setup-new-feature
Production-grade Cursor slash commands with paired skill contracts, behavioral evals, and ship-gate CI. Install as a user plugin.
npx -y skills add emaraschio/cursor-commands --skill setup-new-featureAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 9 stars9 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Scaffold a new feature across layers
SKILL.md
1.1 KB, 213 tokens by cl100k_base, as published. Nobody here has run it
Overview
Systematically set up a new feature from initial planning through to implementation structure.
Steps
- Define requirements
- Clarify feature scope and goals
- Identify user stories and acceptance criteria
- Plan technical approach
- Create feature branch
- Branch from main/develop
- Set up local development environment
- Configure any new dependencies
- Plan architecture
- Design data models and APIs
- Plan UI components and flow
- Consider testing strategy
Setup New Feature Checklist
- Requirements documented
- User stories written
- Technical approach planned
- Feature branch created
- Development environment ready
Guardrails
- Scaffold only what the feature needs now; do not over-engineer or add speculative layers.
- Match the existing project structure, naming, and conventions instead of inventing a new layout.
- Plan requirements and architecture before writing code; do not commit, push, or merge without an explicit request.