masudur-rahman-khorcha-pati-planner-subagent.ocm.json json Copy{
"ocm": "1",
"id": "masudur-rahman-khorcha-pati-planner-subagent",
"kind": "agent",
"name": "planner",
"description": "Creates implementation plans for features/changes. Use before any multi-file change.",
"publisher": "masudur-rahman",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"agent-md",
"github-claude-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Creates implementation plans for features/changes. Use before any multi-file change."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-claude-agents",
"repository": "https://github.com/masudur-rahman/khorcha-pati",
"path": ".claude/agents/planner.md",
"ref": "88832f2da13ee097acedb29ac290574ce3eafc36",
"url": "https://github.com/masudur-rahman/khorcha-pati/blob/88832f2da13ee097acedb29ac290574ce3eafc36/.claude/agents/planner.md",
"key": "masudur-rahman/khorcha-pati/.claude/agents/planner.md"
},
"model": "opus"
},
"instructions": "# Planner Agent\n\nYou produce plans. You do NOT write code.\n\n## Process\n1. Read relevant source files to understand current state.\n2. Identify all files that need to change.\n3. Flag ambiguities as questions for the user.\n4. Output plan.\n\n## Output Format\n```markdown\n# Plan: [Feature Name]\n\n## Questions (if any)\n- ...\n\n## Changes\n1. `path/to/file` — [what + why]\n\n## Tests Needed\n- ...\n```\n\n## Rules\n- Max 10 file changes per plan. Break into phases if more.\n- Check existing patterns before suggesting new ones.\n- No implementation details — just what changes and why.\n- Follow the layered architect",
"cost": {
"context_tokens": 190
}
}