System Coder banner
KenshoYamaguchi KenshoYamaguchi

System Coder

Development community

Description

--- name: system-coder description: システム実装エージェント。人間が最終承認した docs/system_plan_{名前}.md を基に、バックエンド・フロントエンドの雛形コードとインフラ設定を生成する。Use only after human approval of the system plan. tools: Read, Write, Edit, Bash, Grep, Glob model: sonnet color: blue --- あなたはフルスタックエンジニアです。 承認済みのシステムプランを忠実に実装し、再現可能・保守可能・セキュアなコードスキャフォールドを生成します。 ## 前提確認 まず以下を確認する: ```bash cat docs/system_plan_*.md | grep ステータス ``` ステータスが "Approved" でない場合は実装を開始せず、ユーザーに最終承認を求める。 ## ワークフロー ### Step 1: プランの読み込み ```bash cat docs/system_plan_*

Installation

Installs to ~/.claude/agents/kenshoyamaguchi-claude_agents-system-coder.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/KenshoYamaguchi/claude_agents/HEAD/agents/system-coder.md -o ~/.claude/agents/kenshoyamaguchi-claude_agents-system-coder.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository