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.

インストールへ移動

ソース情報

リポジトリ
hoangsonww/Forge-Agentic-Coding-CLI
ソースの最終更新活動
2026年4月21日 20:38
検出された SKILL.md の言語
英語
スター
22
フォーク
9

インストール方法

デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。

ソースファイルを確認

インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。

SKILL.md を表示中

SKILL.md
ソースの指示 · 読み取り専用プレビュー
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.
GitHubで見る