maestro-feature

Solid

Use for the Maestro feature lifecycle: author, accept, prepare, start, amend, ship, cancel, archive, and inspect a feature contract plus its child-task rollup.

AI & Automation 189 stars 21 forks Updated today MIT

Install

View on GitHub

Quality Score: 91/100

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

Skill Content

# Maestro Feature Use this for the feature contract and its guarded lifecycle. Tasks deliver the work; QA baseline and slice artifacts prove the feature gates. Activate: `maestro hook record --event skill_activation --skill maestro-feature` ## Use - Author or inspect a feature: `new`, `set`, `show`, `spec`, `list`. - Freeze a proposed contract: `accept`. - Turn an accepted contract into tasks: `prepare`. - Grow a frozen contract: `amend`. - Finish or retire the feature: `ship`, `cancel`, `archive`, `unarchive`. ## Do ```sh maestro feature new "<title>" --description "<d>" # -> proposed maestro feature set <id> --acceptance "<check>" --area "<surface>" maestro feature accept <id> # -> ready, requires qa-baseline maestro feature prepare <id> --draft # reviewable child-task plan maestro feature prepare <id> --from <plan-file> # create/explore/accept tasks maestro feature ship <id> --outcome "<one line>" # -> shipped, requires qa-slice maestro feature archive <id> # terminal features only ``` `set` works only while `proposed`. Repeated base fields replace their full list: `--acceptance`, `--area`, `--non-goal`, `--question`, `--clear-questions`, `--description`, `--request`, `--type`. Use append flags while proposed when adding to an existing list without resending it: `--add-acceptance`, `--add-area`, `--add-non-goal`, `--add-question`. After accept, use `feature amend`. Use `feature show...

Details

Author
ReinaMacCredy
Repository
ReinaMacCredy/maestro
Created
5 months ago
Last Updated
today
Language
Rust
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category