Agent
Executes a single learnship PLAN.md atomically — one task at a time with per-task commits, deviation handling, and SUMMARY.md creation. Spawned by execute-phase on platforms with subagent support.
Agent
Executes a single learnship PLAN.md atomically — one task at a time with per-task commits, deviation handling, and SUMMARY.md creation. Spawned by execute-phase on platforms with subagent support.
Agent
Generates codebase-grounded improvement ideas through a specific thinking frame. Spawned by the ideate workflow on platforms with subagent support.
Agent
Researches how to implement a phase well — identifies pitfalls, recommends existing solutions, and writes RESEARCH.md. Spawned by plan-phase on platforms with subagent support.
Agent
Verifies PLAN.md files for a phase — checks goal coverage, requirement IDs, CONTEXT.md decisions, task completeness, wave correctness, and vertical slice integrity (each plan must be a demoable tracer bullet). Spawned by plan-phase on platforms with subagent support.
Agent
Creates executable PLAN.md files for a phase — decomposes goals into vertical slice (tracer bullet) tasks with wave-ordered dependency analysis. Each plan delivers one demoable user-facing behavior end-to-end. Spawned by plan-phase on platforms with subagent support.
Agent
Researches the domain ecosystem for a new project. Produces 5 research files (STACK.md, FEATURES.md, ARCHITECTURE.md, PITFALLS.md, SUMMARY.md) in .planning/research/ that inform roadmap creation. Spawned by /new-project or /new-milestone.
Agent
Synthesizes 4 research files (STACK.md, FEATURES.md, ARCHITECTURE.md, PITFALLS.md) into a cohesive SUMMARY.md for roadmap creation. Spawned by /new-project after research completes.
Agent
Investigates a domain using web search, official documentation, and codebase analysis. Produces research files that inform planning decisions. Used by plan-phase, research-phase, quick, and other workflows.
Agent
Creates project roadmaps with phase breakdown, requirement mapping, success criteria derivation, and coverage validation. Spawned by /new-project or /new-milestone.
Agent
Verifies threat mitigation coverage for a phase — reads PLAN.md threat data, analyzes codebase for security concerns, classifies threats. Read-only — does not modify source code.
Agent
Analyzes a recently solved problem and produces a structured solution document for .planning/solutions/ with YAML frontmatter. Spawned by compound workflow on platforms with subagent support.
Agent
Verifies that a phase goal was actually achieved after execution — checks musthaves, requirement coverage, and integration links. Spawned by execute-phase on platforms with subagent support.
Skill Claude CodeCodex
A learning partner skill grounded in neuroscience and philosophy. Use when you want to actually learn a concept (not just get an answer), quiz yourself on a codebase, reflect on what you built, brainstorm a design collaboratively, practice productive struggle on a hard problem, journal a decision with its alternatives…
Skill Claude CodeCodex
Run Mollify — a Rust-native, deterministic Python code-intelligence CLI — to find dead code (unused files/functions/classes) and dependency-hygiene issues (unused / missing distributions). Use whenever the user asks whether Python code is used, what is safe to delete, wants a repo health/quality report, or before…
Command Claude Code
Run a full mollify audit and summarize findings (read-only).
Command Claude Code
Run a mollify audit and propose fixes for safe findings (advisory; asks before editing).
Hook Claude Code
Runs after a tool call finishes for Edit, Write and MultiEdit tool calls, executing mollify-report.sh via bash. From FavioVazquez/mollify.
Hook Claude Code
Runs when the agent finishes a response, executing mollify-report.sh via bash. From FavioVazquez/mollify.
Settings file Claude Code
Agent settings declaring 2 hook events (PostToolUse, Stop).
Command Cursor
Analyze the architecture of this repository with Mollify and summarize the findings. Mollify emits evidence (stable fingerprint, confidence tier, reason), not decisions. You are the verifier.
Command Cursor
Find complexity hotspots in this repository with Mollify and summarize the findings. Mollify emits evidence (stable fingerprint, confidence tier, reason), not decisions. You are the verifier.
Command Cursor
Find dead code in this repository with Mollify and summarize the findings. Mollify is a deterministic candidate-producer: it emits evidence (each finding has a stable fingerprint, a confidence tier, and a reason), not decisions. You are the verifier.
Command Cursor
Check dependency hygiene in this repository with Mollify and summarize the findings. Mollify emits evidence (stable fingerprint, confidence tier, reason), not decisions. You are the verifier.
Command Cursor
Find duplicated / cloned code in this repository with Mollify and summarize the findings. Mollify emits evidence (stable fingerprint, confidence tier, reason), not decisions. You are the verifier.