Fractal Spec Agent banner
hatohato-lab hatohato-lab

Fractal Spec Agent

Testing & QA community

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

Terminal
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 Repository