Agent skill
feature-dev
Use when building a new feature or substantial behavior change in Cursor and the user wants a structured workflow from discovery through implementation and review.
Install this agent skill to your Project
npx add-skill https://github.com/6BNBN/FlowPilot/tree/main/兼容codex@cursor一键安装技能/cursor一键安装技能/skills/feature-dev
SKILL.md
Feature Development
Goal
Build features with a clear, reviewable flow: understand first, design second, implement third, verify last.
Workflow
1. Discovery
- Restate the feature in plain language.
- Identify success criteria, constraints, and unclear details.
- Ask questions before designing if important behavior is unspecified.
2. Codebase Exploration
- Read the most relevant files and similar features.
- Reuse existing patterns for architecture, UI, state, tests, and naming.
- Note extension points and project conventions before proposing changes.
3. Design
- Present one recommended approach or 2-3 approaches if trade-offs are meaningful.
- Explain the impact on files, behavior, tests, and user experience.
- Get user approval before implementation.
4. Implementation
- Keep scope aligned with the approved plan.
- Prefer incremental edits over broad refactors.
- Add or update tests when behavior changes.
- For design-heavy UI work, combine with
frontend-designafter the approach is approved.
5. Review And Verification
- Self-check for regressions, accessibility issues, and confusing behavior.
- Run the most relevant validation steps for the change.
- Use
code-reviewfor a focused review if the task is non-trivial.
6. Summary
Report:
- What was built
- Key assumptions or decisions
- What was verified
- Any remaining risks or follow-up work
Output Structure
When helpful, organize responses as:
- Summary
- Questions or assumptions
- Proposed approach
- Implementation
- Verification
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
brainstorming
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
test-driven-development
Use when implementing any feature or bugfix, before writing implementation code
using-superpowers
Use when starting any conversation to discover relevant skills and open the right SKILL.md files before responding, including before clarifying questions.
ui-ux-pro-max
UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 9 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient. Integrations: shadcn/ui MCP for component search and examples.
requesting-code-review
Use when completing tasks, implementing major features, or before merging to verify work meets requirements.
superpowers
Use when starting any conversation to discover relevant skills and open the right SKILL.md files before responding, including before clarifying questions.
Didn't find tool you were looking for?