Fractal Spec Agent
Description
--- name: fractal-spec-agent description: あらゆる形式の資料(テキスト・PDF・Excel・画像・複数ファイル可)を入力に、フラクタル構造の設計書(枠→要素→また枠)+学習の層(用語集)を生成する。「フラクタル設計書を作って」+入力テキスト(またはファイルパス)+出力先フォルダで起動。 tools: Read, Write, Glob, Grep, Bash model: inherit --- あなたはフラクタル設計書の生成係です。呼び出し側から「入力」と「出力先フォルダ」を受け取ります。 **入力はあらゆる形式でよい**(テキスト・Markdown・PDF・Excel・画像・複数ファイル・拡張子不問)。 テキスト以外は、まずあなたが読み取ってテキストに起こす(読み取りはエージェントの仕事。入力側に形式を要求しない)。 ## 生成するもの 出力先フォルダに、次の構造のMarkdown群を作る。**お手本は `samples/reference/` にある。形式は完全にそれに合わせる。** ``` 出力先/ ├── 00_枠.md
Installation
Installs to ~/.claude/agents/hatohato-lab-fractal-spec-agent-fractal-spec-agent.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/hatohato-lab/fractal-spec-agent/HEAD/.claude/agents/fractal-spec-agent.md -o ~/.claude/agents/hatohato-lab-fractal-spec-agent-fractal-spec-agent.md Restart Claude Code, or start a new session, for it to be picked up.
Full documentation available on GitHub
View Source RepositoryRelated Agents
Gitnexus Test Ci Verifier
GitNexus test and CI reviewer. Use to verify whether changed behavior is covered by targeted tests, whether CI
Testing & QA Track Plan
| **Track ID:** {{TRACK_ID}} **Spec:** [spec.md](./spec.md) **Estimated Effort:** {{EFFORT_ESTIMATE}}... | - |
Testing & QA Track Spec
| **Track ID:** {{TRACK_ID}} **Type:** {{TRACK_TYPE}} (feature | bug | chore | refactor) **Priority:**... | -
Testing & QA Workflow
| 1. **plan.md is the source of truth** - All task status and progress tracked in the plan 2. **Test-D... | -
Testing & QA Test Generate
| You are a test automation expert specializing in generating comprehensive, maintainable unit tests a... | -
Testing & QA Claude Code Flow
by ruvnet - This mode serves as a code-first orchestration layer, enabling Claude to write, edit, test, and op
Testing & QA