Stop
49doodledood/claude-code-plugins
Hook Claude Code
Runs when the agent finishes a response, executing stop_do_hook.py via python3. From doodledood/claude-code-plugins.
doodledood/claude-code-plugins
Hook Claude Code
Runs when the agent finishes a response, executing stop_do_hook.py via python3. From doodledood/claude-code-plugins.
doodledood/claude-code-plugins
Hook Claude Code
Runs when a session starts on compact, executing post_compact_hook.py via python3. From doodledood/claude-code-plugins.
doodledood/claude-code-plugins
Settings file Claude Code
Agent settings declaring 2 hook events (Stop, SessionStart).
doodledood/claude-code-plugins
Skill Claude CodeCodex
End-to-end autonomous execution: figure-out → define → do, chained without manual approval gates. Use when you want to define and execute without intervention during planning, when the user asks for autonomous or end-to-end work, or asks to tend or babysit a PR.
doodledood/claude-code-plugins
Skill Claude CodeCodex
Author-side PR lifecycle babysitter and companion to review-pr. Use when the user wants to tend an existing GitHub PR through CI, review threads, description sync, mergeability, auto-fixes, or asks to babysit a PR with or without an existing manifest.
doodledood/claude-code-plugins
Skill Claude CodeCodex
Read-only inspection of a single GitHub PR lifecycle — checks CI, review threads, description sync, and mergeability, and returns PASS or FAIL with per-gate findings. Never invokes the merge button. Use when verifying a PR is ready to merge, polling lifecycle progress, checking mergeability, or babysitting a GitHub PR…
doodledood/claude-code-plugins
Skill Claude CodeCodex
Manifest builder. Turns shared understanding into a verifiable Manifest with Deliverables, Acceptance Criteria, Global Invariants, and an Initial Approach. Use when planning features, scoping refactors, debugging complex issues, or when the user asks to define, scope, plan, spec out, make a manifest, or break down a…
doodledood/claude-code-plugins
Skill Claude CodeCodex
Manifest executor. Works through Deliverables verifying every Acceptance Criterion and Global Invariant. Use when executing a manifest, running a plan, implementing a defined task, or when the user asks to run, execute, implement, or ship a manifest-backed plan.
doodledood/claude-code-plugins
Skill Claude CodeCodex
Completion marker for the /do workflow. Outputs a plain-prose summary of what was built. Called by /do after every Acceptance Criterion and Global Invariant has fresh PASS evidence, when the manifest is complete, all criteria pass, or the workflow needs to wrap up with a completion summary.
doodledood/claude-code-plugins
Skill Claude CodeCodex
Explain a topic like I'm a 5 year old. Use when the user types /eli5 or asks for a dead-simple picture explainer of how something works.
doodledood/claude-code-plugins
Skill Claude CodeCodex
Structured escalation when /do hits an unrecoverable blocker. Surfaces what was tried, why it failed, and what the user can decide. Called by /do when work is blocked, cannot proceed, hits an unrecoverable failure, needs a user decision, or gets stuck.
doodledood/claude-code-plugins
Skill Claude CodeCodex
Drive a multi-party deliberation in a Slack channel or thread. The agent is an involved orchestrator — presses rigorously, brings evidence, names trade-offs, surfaces disagreements, advances when answers cohere; owner-by-Slack-handle overrules. Use when the people involved cannot all sit in one chat, when deliberation…
doodledood/claude-code-plugins
Skill Claude CodeCodex
Figure things out together — any topic, problem, or idea. Presses relentlessly until shared understanding is reached. Use when understanding is the deliverable rather than a preamble to acting, when figuring it out is the goal, or when the user asks to think through a decision, dig deeper, press an assumption…
doodledood/claude-code-plugins
Skill Claude CodeCodex
Produce a self-contained context payload that lets a fresh agent continue without re-deriving what this session established. Use for cross-boundary transfer such as switching tools, starting a clean session, or handing off to another agent, and for DIY sub-agent flows where a focused side-session returns context to…
doodledood/claude-code-plugins
Skill Claude CodeCodex
Set a project up with the surfaces manifest-dev works from — a North Star, a glossary, ADR conventions, and the context-file wiring that makes every session use them — seeding them from the project's own history where there is any. Use when a repository has no CONTEXT.md or decision records, when adopting manifest-dev…
doodledood/claude-code-plugins
Skill Claude CodeCodex
Goal-based autonomous chain: figures out the task, encodes a Manifest, and pursues it end-to-end with full autonomy and minimal process. Use when the user asks to just build it, just auto it, run end-to-end goal-based, or go from idea to done without approval gates.
doodledood/claude-code-plugins
Skill Claude CodeCodex
Goal-based Manifest builder. Encodes shared understanding into a verifiable Manifest — Deliverables, Acceptance Criteria, Global Invariants — deciding for itself how to interview. Use when the user asks to just define it, spec it lean, or make a manifest with minimal process.
doodledood/claude-code-plugins
Skill Claude CodeCodex
Goal-based Manifest executor. Reads a Manifest and pursues it with full autonomy: reach a state where every Acceptance Criterion and Global Invariant holds, deciding for itself how to get there. Use when the user asks to just do a manifest, run it goal-based, or execute with minimal process.
doodledood/claude-code-plugins
Skill Claude CodeCodex
Goal-based investigation partner. Presses a topic until understanding is shared and names a read — conclusion, confidence, evidence, what would overturn it — deciding for itself how to get there. Use when the user asks to just figure something out, think it through lean, or investigate with minimal process.
doodledood/claude-code-plugins
Skill Claude CodeCodex
Analyze recent /define sessions to extract user preference patterns and write them to CLAUDE.md. Use when you want to learn from past define sessions, extract define patterns, improve future defines, or capture define preferences.
doodledood/claude-code-plugins
Skill Claude CodeCodex
Read the project's Ticket store, choose the single best Ticket for the human-plus-AI session to work on now, claim it, and present it with the reason it leads. Use when asking what's next, what should I work on, or pulling the next Ticket from the backlog. Selection stops after presentation; execution belongs to…
doodledood/claude-code-plugins
Skill Claude CodeCodex
Narrate new Slack messages in a channel or thread since a cursor. Returns a natural-language story of what was said, or a clear statement when there is nothing new. Use when a parent agent polls Slack and needs to know what changed, read a Slack delta, or understand a thread update without re-ingesting the whole…
doodledood/claude-code-plugins
Skill Claude CodeCodex
Create, update, review, or discuss an LLM prompt — a system prompt, a skill, or an agent. Use when writing or improving a prompt, discussing a skill or agent, diagnosing prompt failures, or when the user says a prompt needs work.
doodledood/claude-code-plugins
Skill Claude CodeCodex
Review a change along one specific quality dimension — bugs, design, simplicity, maintainability, testability, test quality, type safety, contracts, operational readiness, docs, prose value, change intent, defect-class completeness after a fix, or CLAUDE.md adherence. Loads exactly one dimension reference and audits…