兼容codex@cursor一键安装技能/codex一键安装技能/纯手动安装/skills/feature-dev/SKILL.md
Use when the user asks to build a new feature and wants a structured Codex CLI workflow with discovery, clarifying questions, architecture comparison, implementation, and review.
npx skillsauth add 6bnbn/flowpilot feature-devInstall 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.
Use this workflow when a feature request needs structured discovery before implementation. Keep update_plan current throughout, and use parallel explorer subagents for research only when their scopes are independent.
eferences/agent-prompts/code-reviewer.md
Goal: Understand what needs to be built.
Actions:
Goal: Understand relevant code and patterns.
Actions:
Goal: Resolve ambiguities before design.
Actions:
Goal: Compare implementation approaches with trade-offs.
Actions:
Goal: Build the chosen solution.
Actions:
Goal: Catch bugs, unnecessary complexity, and convention drift.
Actions:
Goal: Hand off the finished work clearly.
Actions:
testing
Use when creating, editing, or validating Cursor custom skills, especially when deciding where they should live, how they should be named, and how to describe when they apply.
development
Use when the user wants a written implementation plan in Cursor before editing code, especially for multi-step tasks or changes touching several files.
development
Use before claiming work is complete, fixed, or passing in Cursor. Requires fresh verification evidence such as tests, builds, lint output, or direct reproduction checks.
testing
Use when starting a task in Cursor and deciding whether to apply one of the companion skills in this pack before exploring, planning, editing, or reviewing.