wsauret

33 mods across 1 repository, 14 stars between them.

plan-consolidation

25

wsauret/flywheel

Skill Claude CodeCodex

Refine the active session's spec.json by merging reviewer findings.json into it. Backs up the pre-refinement spec to a .pre-consolidation sidecar. Triggers on "consolidate plan", "finalize plan".

14 4d ago A 53 tokens original MIT

plan-creation

26

wsauret/flywheel

Skill Claude CodeCodex

Research codebase, validate external claims, and emit a work-ready spec.json for a new planning session. Single-pass creation with integrated validation via Context7 and locator/analyzer agents. Triggers on "create plan", "plan for", "write a plan". For exploratory requests where the user is unsure what to build…

14 4d ago A 102 tokens original MIT

plan-review

27

wsauret/flywheel

Skill Claude CodeCodex

Run ALL reviewer agents in parallel against a plan. Deduplicates findings semantically and writes findings.json to the active session. Triggers on "review plan", "check plan".

14 4d ago A 39 tokens original MIT

plan

28

wsauret/flywheel

Skill Claude CodeCodex

Full planning workflow — create (with integrated validation), review, and consolidate. Orchestrates plan-creation, plan-review, and plan-consolidation. Triggers on "/plan", "create plan", "plan for".

14 4d ago A 47 tokens original MIT

research

29

wsauret/flywheel

Skill Claude CodeCodex

Conduct comprehensive codebase research producing a persistent document. Use when you need to understand something BEFORE planning, or for pure exploration. Triggers on "research", "investigate", "explore codebase".

14 4d ago A 43 tokens original MIT

ship

30

wsauret/flywheel

Skill Claude CodeCodex

Create branch, commit changes, and open PR with concise description. Triggers on "ship", "open pr", "send pr".

14 4d ago A 29 tokens original MIT

work-review

31

wsauret/flywheel

Skill Claude CodeCodex

Perform exhaustive code reviews using multi-agent analysis. Reviews PRs, branches, or current changes. Writes review.findings.json to the active session. Triggers on "review", "code review", "check PR".

14 4d ago A 46 tokens original MIT

work

32

wsauret/flywheel

Skill Claude CodeCodex

Execute spec.json (plan mode) or review.findings.json (fix-findings mode) by dispatching subagents per chunk. Triggers on "work on", "implement", "execute plan", "carry on", "continue".

14 4d ago A 49 tokens original MIT

yolo

33

wsauret/flywheel

Skill Claude CodeCodex

Autonomously execute the full plan → implement → review → fix cycle without stopping. The agent makes every decision, including answering open questions during plan-consolidation. Use when you'll be away from the keyboard and trust the agent to ship.

14 4d ago A 51 tokens original MIT