Feature Development banner
ysyecust ysyecust

Feature Development

Productivity community

Description

--- name: feature-development description: Workflow command scaffold for feature-development in everything-claude-code. allowed_tools: ["Bash", "Read", "Write", "Grep", "Glob"] --- # /feature-development Use this workflow when working on **feature-development** in `everything-claude-code`. ## Goal Standard feature implementation workflow ## Common Files - `manifests/*` - `schemas/*` - `**/*.test.*` - `**/api/**` ## Suggested Sequence 1. Understand the current state and failure mode befor

Installation

Installs to ~/.claude/commands/ysyecust-everything-claude-code-feature-development.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/ysyecust/everything-claude-code/HEAD/.claude/commands/feature-development.md -o ~/.claude/commands/ysyecust-everything-claude-code-feature-development.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository