From greymatter
Coordinates chunk execution when the user works directly (no subagent). Reads chunk files and observations, emits code changes, and transitions to completing-chunks.
How this skill is triggered — by the user, by Claude, or both
Slash command
/greymatter:executing-chunksThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Read `prompts/executing-chunks/prompt.md` and follow it. The work is identical whether prime is executing inline or a subagent is dispatched — the prompt is the single source of truth.
Read prompts/executing-chunks/prompt.md and follow it. The work is identical whether prime is executing inline or a subagent is dispatched — the prompt is the single source of truth.
When done: offer completing-chunks and stop. Do not commit, do not restart services (those are session-wide rules from CLAUDE.md/brain).
npx claudepluginhub advenire-consulting/greymatter --plugin greymatterWrites the next chunk's assignment file with auto-injected drift preamble, preparing it for an executing-chunks subagent. Useful for chunk-based development pipelines.
Executes written implementation plans in batched sessions: loads plans, identifies runnable tasks via hive_status, delegates to workers, reports for review, and runs hygienic code reviews between batches. Use for separate execution sessions with checkpoints.
Use when executing implementation plans with independent tasks in the current session