From feature-workflow
Initializes feature-workflow directory structure in a project by creating docs/features/ and docs/features/DASHBOARD.md via Python script. Run first before /feature-capture.
How this skill is triggered — by the user, by Claude, or both
Slash command
/feature-workflow:feature-initThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run this exact command immediately:
Run this exact command immediately:
python3 "${CLAUDE_PLUGIN_ROOT}/skills/feature-init/scripts/init.py" "$(pwd)"
STOP. Do not search for files. Do not read files. Do not explore. Just run the command above.
The script creates docs/features/ and docs/features/DASHBOARD.md.
That's it. Nothing else to do.
npx claudepluginhub schuettc/claude-code-plugins --plugin feature-workflowKicks off feature implementation from backlog with 6-phase workflow: select feature, analyze requirements, design system, create plan.md, and summarize next steps. Use for backlog items or specific feature IDs.
Scaffolds a feature narrative document in an existing layer following the ULTRAPACK-style template with Design/Plan/Verify/Conclusion sections. Auto-allocates F-NNN IDs and updates layer README and feature_list.json.
Initializes VCSDD feature pipeline: creates .vcsdd/features/<name> directory tree with specs/contracts/reviews/verification dirs, sets strict/lean mode, optional language. Run first for new features.