Skip to main content

flywheel

Overview of Forge's Agentic Coding Flywheel methodology. Use to route between plan, bead, and code space. See FLYWHEEL.md at the repo root.

Jump to install

Source facts

Repository
hoangsonww/Forge-Agentic-Coding-CLI
Last source activity
April 21, 2026 at 20:38
Detected SKILL.md language
English
Stars
23
Forks
9

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.

Showing SKILL.md

SKILL.md
Source instructions ยท Read-only preview
name
flywheel
description
Overview of Forge's Agentic Coding Flywheel methodology. Use to route between plan, bead, and code space. See FLYWHEEL.md at the repo root.
Forge follows the Agentic Coding Flywheel: plan obsessively in markdown, translate polished plans into self-contained beads, then let a swarm execute. | Phase | Skill / Prompt | | --------------------- | ----------------------------------------------- | | new feature | `plan` | | competing plans โ†’ one | `.flywheel/prompts/plan-synthesize-best-of-all-worlds.md` | | refine plan | `.flywheel/prompts/plan-refine.md` (4โ€“5ร—) | | translate to beads | `plan-to-beads` | | polish beads | `polish-beads` (4โ€“6ร—) | | session reset | start fresh + `.flywheel/prompts/fresh-eyes.md` | | cross-agent review | `deep-review` | | strategic drift? | `reality-check` | | end of session | `landing` | | post-compaction | "Reread AGENTS.md, CLAUDE.md, FLYWHEEL.md" | Layered artifacts: - `.flywheel/plans/` โ€” plan space. - `.beads/beads.jsonl` โ€” bead space (source of truth once polished). - `src/`, `test/` โ€” code space. Core invariants live in `FLYWHEEL.md` (the Kernel, 9 items). Read `AGENTS.md` and `CLAUDE.md` for Forge-wide rules.
View on GitHub