How this skill is triggered — by the user, by Claude, or both
Slash command
/devproc:feature-createThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Create a new feature in the project.
Create a new feature in the project.
Before proceeding, check that CLAUDE.md contains a Feature Model section. If it doesn't, tell the user to run /feature-init first and stop.
The user has described the feature as: $ARGUMENTS
Steps:
FEATURES.md to understand existing features and avoid duplication.add-french-divisions, deploy-visualisation). Use lowercase-hyphenated format. Put that at the end of the feature title in square brackets as a tag (e.g. [add-french-divisions]).## Pending section in FEATURES.md with the format:### <Feature title> [tag]
<One or two sentences describing what the feature covers and why.>
Keep the description concise — no implementation detail, no sub-tasks. Those belong in a plan file created when the feature starts. If the user has provided requirements too detailed to fit in one or two sentences, preserve them in plans/<slug>.md under a ## Requirements section, noting that the Design section will be fleshed out when the feature starts. Do not create the plan file if there are no requirements beyond what fits in the FEATURES.md entry.
/feature-start).npx claudepluginhub plwhite/claudeplugins --plugin devprocProvides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.