project-feature-dev
Installation
SKILL.md
Project Feature Dev
Purpose
Load project-local AI coding context before feature development.
This skill is a context loader and project-rule adapter. It does not replace brainstorming or other feature-design workflows.
Hard Rules
Always resolve the current project root before reading project rules.
Only read docs/ai-coding from the current project root.
Never reuse docs/ai-coding from another project.
Never apply rules from previous conversations to a different project.
Source code wins over docs/ai-coding when they conflict.
If docs/ai-coding does not exist, recommend project-context-init.
If docs/ai-coding appears unreviewed or open-questions.md contains unresolved project-rule questions, warn before relying on it.
Related skills