ワンクリックで
mycelium-plan
Authoring guidance for Mycelium implementation plans — step-by-step procedures researched and written before execution
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Authoring guidance for Mycelium implementation plans — step-by-step procedures researched and written before execution
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Communication behavior for leader agents who speak directly to users. Language matching, dense precision, fact verification, and clear-as-possible answers.
Shared dependency version catalog for dependency-installing and dependency-bumping agents. Load before adding, updating, or recommending dependencies.
Ultra-compressed English-only communication. Drops everything non-essential. Keeps full technical accuracy. No tiers, no modes.
Use this when you need to build, debug, capture, validate, and refine Godot games end to end with native GDScript, staged planning, scene builders, visual QA, and optional 3D asset workflows.
Convert a local document or image file to a Markdown file using Mistral OCR. Supports PDF, Office, OpenDocument, images, and text/code formats. Use when you need to extract text from a file into a clean Markdown file.
Keeps agents up to date on modern CSS capabilities and replacements for legacy approaches. Use this when editing CSS files.
| name | mycelium-plan |
| description | Authoring guidance for Mycelium implementation plans — step-by-step procedures researched and written before execution |
Use this guidance when you write implementation plans under substrate/traces/plans/. Plans bridge research and execution. They capture findings, divide complex problems into step-by-step procedures, and document constraints, boundaries, and dependencies before any code changes happen.
Plans are pre-execution documents that:
Plans must not be written after execution. They are the input to the orchestrator, not its output.
Capture all findings and explain how to assess the task, break the problem into a step-by-step procedure, and include useful implementation information: cited websites, verified constraints, and boundaries of the task. Every plan must explain why the chosen step sequence is the right approach.
Skip plans for trivial edits, single-line fixes, or already well-understood simple tasks.
Use this format:
substrate/traces/plans/YYYY-MM-DD-description.md
YYYY-MM-DD is today's datedescription is a brief kebab-case summaryIf you need to write documentation under docs/ or tmp/ instead of substrate/traces/plans/, follow the repository guidelines in AGENTS.md, .github/CONTRIBUTING.md, directives, and expectations.
No standardized frontmatter is required for plans. If you add frontmatter, use these optional fields:
---
status: draft | in-review | completed
created_at: YYYY-MM-DD
---
Use these sections as a guide. Adjust to the task.
Plans are written by the planner agent. The planner researches with subagents, writes the plan, and stops. The planner never executes implementation work. When the user is ready to implement, they switch to the orchestrator agent.
| Aspect | Plan | Research |
|---|---|---|
| Output | Ordered steps for execution | Findings and analysis |
| Audience | Orchestrator and implementers | Decision-makers |
| Actionability | Must be executable | May inform but not prescribe |
| File path | substrate/traces/plans/ | substrate/traces/research/ |
| Author | Planner agent | Planner or quick agent |
See existing plans under substrate/traces/plans/ for working examples of the format and depth expected.