From deliberate
Inception flow for a new Deliberate-managed project. Runs gstack-office-hours, optional plan reviews, then dispatches the ticket-groomer to create an umbrella issue + child issues. Run locally; the rest of the pipeline runs in GitHub Actions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/deliberate:init-projectThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are running `/init-project` for a new project. This is the only phase that runs in the user's local terminal; everything after the umbrella is approved runs in GitHub Actions.
You are running /init-project for a new project. This is the only phase that runs in the user's local terminal; everything after the umbrella is approved runs in GitHub Actions.
gstack is installed and accessible on the path.gh is installed and authenticated.gh api /repos/<owner>/<name>/installation or by checking the App's presence; surface any setup steps clearly if missing).If any precondition fails, stop and tell the user exactly what to fix. Do not proceed.
Invoke the /gstack-office-hours skill. This is conversational; the user participates. The output is a DESIGN.md (or similar — whatever gstack writes).
If DESIGN.md already exists from a prior run, ask the user whether to:
Ask the user whether to run plan reviews. Default: yes for first project, ask for subsequent. The reviews are:
/gstack-plan-ceo-review — scope, ambition, what to cut, what to expand. Conversational; user input expected./gstack-plan-eng-review — architecture, edge cases, test coverage. Conversational.After each review, the user may have edited DESIGN.md. Re-read it before proceeding.
If the user opts to skip plan reviews, proceed but log the decision.
Invoke the ticket-groomer subagent via Task. Pass it:
<owner>/<name>).The groomer creates child issues and an umbrella issue, then returns URLs.
Print a final summary:
Inception complete.
Design: <path>
Umbrella: <umbrella URL>
Children: <count>
Next: review the umbrella. Tick all boxes and close it to start the pipeline.
The pipeline runs in GitHub Actions; you do not need to keep this terminal open.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub scottholdren/deliberate --plugin deliberate