plan とは?
ドキュメント (またはプロンプト) を分析し、タスクの内訳、TDD ステップ、進捗状況の追跡を含む実装計画を生成します。 ソース: tercel/code-forge。
ドキュメント (またはプロンプト) を分析し、タスクの内訳、TDD ステップ、進捗状況の追跡を含む実装計画を生成します。
コマンドラインで plan AI スキルを開発環境にすばやくインストール
ソース: tercel/code-forge。
Generate an implementation plan from a feature document or a requirement prompt.
Steps 2, 6, and 7 are offloaded to sub-agents via the Task tool to prevent context window exhaustion on large projects. The main context retains only concise summaries returned by each sub-agent, while full document analysis, file generation, and code implementation happen in isolated sub-agent contexts that are discarded after completion.
Actual execution order: 0 → 0.9 (reference docs, if configured) → 0.8 (prompt mode only) → 1 → 2 (sub-agent) → 3 → 4 → 6 (sub-agent) → 7 (sub-agent) → 5 → 8 → 8.5 → 9
ドキュメント (またはプロンプト) を分析し、タスクの内訳、TDD ステップ、進捗状況の追跡を含む実装計画を生成します。 ソース: tercel/code-forge。
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/tercel/code-forge --skill planドキュメント (またはプロンプト) を分析し、タスクの内訳、TDD ステップ、進捗状況の追跡を含む実装計画を生成します。 ソース: tercel/code-forge。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/tercel/code-forge --skill plan インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/tercel/code-forge