mit einem Klick
dev-medium
Multi-agent problem solving with architect and planner subagents for medium complexity tasks.
Menü
Multi-agent problem solving with architect and planner subagents for medium complexity tasks.
ローカル ~/.claude/ 配下の Claude Code 設定 (CLAUDE.md, settings.json, mcp.json, agents/, hooks/, rules/, skills/) を、ansible が管理する terakoya76-playbooks リポジトリの roles/dotfiles/files/claude/ にミラーする。「ansible に反映」「claude config を sync」「dotfiles に取り込み」等と依頼されたとき、あるいは local で skill / agent / settings を更新した直後に使う。
Check diffs and commit with conventional commits guidelines. No co-authored or generated-by lines.
Use sequential-thinking MCP for problem solving and error fixing with ultrathink reasoning. Considers edge cases and best practices. Runs security review after code changes.
Analyze and explain complex code sections in any programming language with clear, comprehensive explanations.
Initiate refactor-cleaner subagent to safely identify and remove dead code with test verification.
Initiate bug-reproducer subagent to create reproducing cases and narrow down to minimal reproduction.
| name | dev-medium |
| description | Multi-agent problem solving with architect and planner subagents for medium complexity tasks. |
| allowed-tools | Read, Edit, Write, Glob, Grep, Bash, Agent, mcp__sequential-thinking__sequentialthinking |
Use sequential-thinking mcp and all its tools that you will need about the problem and how to solve it. You must ultrathink for the solution and use reasoning.
You must consider edge cases and follow best coding practices for everything. Never do bandaid fixes.
STEP 1: Launch the architect agent in parallel with the following prompt:
claude-code-storage/claude-instance-{id}/ directory covering: current state analysis, affected files, root cause or feature scope, and integration points.STEP 2: Once the architect agent completes, launch the planner agent with the following prompt:
claude-code-storage/claude-instance-{id}/ directory.STEP 3: After the planner agent finishes, enter plan mode and read the "PLAN.md" file and present the plan to the user so that they can either accept or adjust it.
Problem: $ARGUMENTS