build

Solid

build

AI & Automation 40,440 stars 6528 forks Updated today MIT

Install

View on GitHub

Quality Score: 91/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

--- name: build description: Feature development pipeline - research, plan, track, and implement major features. argument-hint: [subcommand] [name] metadata: author: Shpigford version: "1.0" --- Feature development pipeline - research, plan, track, and implement major features. ## When to Use - You need a structured workflow for building a major feature across research, planning, implementation, and tracking. - The task involves moving a feature through named phases such as `research`, `implementation`, `progress`, or `phase`. - You want one command to coordinate status, next steps, and phased delivery for a feature effort. ## Instructions This command manages a 4-phase feature development workflow for building major features. Parse `$ARGUMENTS` to determine which subcommand to run. **Arguments provided:** $ARGUMENTS ### Argument Parsing Parse the first word of $ARGUMENTS to determine the subcommand: - `research [name]` → Run the Research phase - `implementation [name]` → Run the Implementation phase - `progress [name]` → Run the Progress phase - `phase [n] [name]` → Run Phase n of the implementation - `status [name]` → Show current status and suggest next step - (empty or unrecognized) → Show usage help If the feature name is not provided in arguments, you MUST use AskUserQuestion to prompt for it. --- ## Subcommand: Help (empty args) If no arguments provided, display this help: ``` /build - Feature Development Pipeline Subcommands: /build research [name...

Details

Author
sickn33
Repository
sickn33/antigravity-awesome-skills
Created
4 months ago
Last Updated
today
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category