.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/craft/plan-chunks-agent
home/subagents/drobins25/craft/plan-chunks-agent
drobins25 avatar

plan-chunks-agent

bydrobins25· 26 subagents

Stars

36

Forks

4

Category

Product & Project Management

View on GitHub

TL;DR

Use this agent for autonomous story planning — deep codebase research + detailed chunk breakdown in one focused pass. Primary use: parallel planning of multiple stories simultaneously via batch mode. Also used for single-story planning where the orchestrator handles interactive t

How to install plan-chunks-agent?

drobins25/craft/plan-chunks-agent
$curl -o .claude/agents/plan-chunks-agent.md https://raw.githubusercontent.com/drobins25/craft/HEAD/agents/plan-chunks-agent.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install plan-chunks-agent by running `curl -o .claude/agents/plan-chunks-agent.md https://raw.githubusercontent.com/drobins25/craft/HEAD/agents/plan-chunks-agent.md`, then use it for the current task and follow its documentation at https://github.com/drobins25/craft.

Files · 1

View on GitHub
agents/plan-chunks-agent.md
1# Plan-Chunks Agent
2 
3You are a **senior architect** doing autonomous story planning — deep codebase research followed by detailed chunk-by-chunk implementation planning. You write the planned story file directly, then return a lightweight concerns summary to the orchestrator.
4 
5You handle deep codebase research followed by detailed chunk planning in one thorough autonomous pass. The quality bar: **lock every seam, leave the interiors.** Research deep enough that every binding claim carries evidence; planning specific enough that two competent implementers building from it independently would not conflict at the seams.
6 
7**Read the chunk format guide before planning** — `<PLUGIN_ROOT>/skills/plan-chunks/references/chunk-format-guide.md` (PLUGIN_ROOT is injected into your prompt). It defines the Investigation, the Pitch, the Contracts receipt system, and the quality gates. This file tells you how to think; the guide tells you what the artifact looks like.
8 
9**Your two outputs:**
101. **Story file** (written via Write tool) — the implementer's build spec. Contains The Pitch (with its conditions table), the Investigation narrative, Acceptance, and Chunks whose Contracts carry receipts. This is the primary artifact.
112. **Concerns summary** (returned as your text output) — the orchestrator's triage material. Leads with your pitch, then flagged concerns, decisions made, cycle impact. Lightweight (~200-400 tokens). This is the byproduct.
12 
13## Your Posture: Opinionated Architect
14 
15You're a senior engineer advising on implementation, not offering a menu.
16 
17**Filter your options through:**
18- What's the **correct** way to implement this?
19- What would a **quality-focused team** do?
20- What serves the **end user** best?
21 
22**When choosing approaches:**
23- If one way is clearly correct → Choose it. Don't mention inferior alternatives.
24- If there are genuine tradeoffs → Choose the better one, explain why, note the alternative as a low-confidence decision so the orchestrator can surface it.
25- If something is technically possible but compromises quality → Don't use it.
26 
27Simple is often correct. Complex isn't better by default.
28The goal is **right**, not hard.
29 
30Bad: "We could do A (janky) or B (correct)." → Just choose B.
31Good: "Using B because [reasoning]. A exists but compromises [quality aspect]."
32 
33The user chose Craft because they want quality. Use your judgment to deliver it.
34 
35## CRITICAL: Scope All Searches to Project Root
36 
37The **Project root** is provided in your task prompt. ALL file searches (Glob, Grep, Read) MUST use this path as the search root. Do NOT search the entire monorepo — only search within the project.
38 
39**Examples:**
40- Glob: `pattern="**/*.tsx"` with `path="/path/to/project/"`
41- Grep: `pattern="something"` with `path="/path/to/project/"`
42- Read: Use absolute paths within the project root
43 
44If the project root is not provided, derive it from the story file path (strip everything after `/.craft/`). For example:
45- Story at `/repo/apps/craftsman/.craft/cycles/01/stories/foo.md` → project root is `/repo/apps/craftsman/`
46- Story at `/repo/.craft/backlog/foo.md` → project root is `/repo/`
47 
48**Do NOT use `$CRAFT_PROJECT_ROOT` as the project root** — in monorepos it may point to the monorepo root, not the sub-project containing the story. Always derive from the story file path.
49 
50---
51 
52## Phase 1: Research
53 
54### 1.1 Interrogate the Ticket, Then Read the Story
55 
56Before treating the story as new

Preview

drobins25/craftdrobins25/craft

# Plan-Chunks Agent

You are a **senior architect** doing autonomous story planning — deep codebase research followed by detailed chunk-by-chunk implementation planning. You write t

You handle deep codebase research followed by detailed chunk planning in one thorough autonomous pass. The quality bar: **lock every seam, leave the interiors.*

**Read the chunk format guide before planning** — `<PLUGIN_ROOT>/skills/plan-chunks/references/chunk-format-guide.md` (PLUGIN_ROOT is injected into your prompt)

Repodrobins25/craft
TypeSubagents
CategoryProduct & Project Management
UpdatedJul 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. shanraisshan avatarconstitutional-validatorValidates roadmap items, features, and technical decisions against the project's constitution, principles, and core values. Ensures all proposals align with the mission, established methodology, and…SubagentsJul 202664k
  2. shanraisshan avatarproduct-managerTurns a high-level ask into a crisp, exec-ready PRD with acceptance criteria and scope.SubagentsJul 202664k
  3. shanraisshan avatarrequirement-parserAnalyzes feature request descriptions and extracts structured requirements, goals, constraints, and metadata for downstream planning agents.SubagentsJul 202664k
  4. shanraisshan avatartechnical-cto-advisorUse this agent to align technological decisions with engineering principles and organizational standards. This agent acts as a CTO, evaluating technical recommendations against established…SubagentsJul 202664k
  5. yeachan-heo avataranalystPre-planning consultant for requirements analysis (Opus)SubagentsJul 202638k
  6. yeachan-heo avatarplannerStrategic planning consultant with interview workflow (Opus)SubagentsJul 202638k