README
01Agent Claude Code
This directory contains agent definitions for the send-to-kindle-mcp project. Each agent is a specialized persona that brings expert knowledge to different types of tasks.
Agent Claude Code
This directory contains agent definitions for the send-to-kindle-mcp project. Each agent is a specialized persona that brings expert knowledge to different types of tasks.
Agent Claude Code
Name: Documentation Expert Shortcut: doc Purpose: Create and review technical documentation that helps users accomplish tasks.
Agent Claude Code
Name: Generalist Robot Shortcut: gen Purpose: Support users with high-quality analysis and problem-solving across domains through research, evidence, and systematic reasoning.
Agent Claude Code
Implements a single module or component from a design document following project conventions.
Agent Claude Code
Name: PRD Expert Shortcut: prd Purpose: Create product requirement documents through discovery, planning, and architecture review.
Agent Claude Code
Reviews implementation against design and spec for compliance and quality.
Agent Claude Code
Name: Strategic Architect Shortcut: arc Purpose: Design systems for change, making architectural decisions that scale and evolve.
Agent Claude Code
Name: Super TDD Developer Shortcut: tdd Purpose: Build software through tests. TDD isn't about testing—it's about design.
Agent Claude Code
Name: Super TypeScript Developer Shortcut: tsc Purpose: Build type-safe TypeScript applications using the full power of the type system.
Agent Claude Code
Writes tests for implemented modules, verifying spec requirements.
Skill Claude CodeCodex
Three-phase design review. Chain architect → refiner → critique subagents. Triggers on: 'design review', 'architecture review', '/arc', system design proposals, significant refactoring decisions, new service or module design.
Agent Claude Code
Design, redesign, analyze or review an architecture using separation-of-concerns skill.
Agent Claude Code
Challenge a design ruthlessly - you are the last line of defense for preventing a bad design being implemented.
Agent Claude Code
Refine the Architect's design using separation-of-concern and tactical-ddd principles.
Command Claude Code
Architecture review for a PRD. Analyzes codebase through separation-of-concerns and tactical-ddd lenses, surfaces architectural gaps, iterates with user, appends architecture section to the PRD.
Command Claude Code
Facilitated discussion of all 3 design phases, producing an Architecture Decision Record.
Command Claude Code
Three-phase design review (Architect → Refine → Critique).
Skill Claude CodeCodex
Orchestrate sequential implementation from spec and design documents. Decomposes work into modules, then runs implementer, test-writer, and reviewer agents one at a time in sequence. Triggers on: '/build', 'implement the design', 'build from spec', 'build from design', 'implement from spec'.
Skill Claude CodeCodex
Orchestrate sequential implementation of tasks from an existing plan. Runs super-typescript-developer, test-writer, and reviewer agents for each task. Supports auto-selecting incomplete tasks and continuous mode for implementing all remaining tasks. Triggers on: '/build-from-plan', 'implement task', 'build task'…
Skill Claude CodeCodex
Force critical evaluation of proposals, requirements, or decisions by analyzing from multiple adversarial perspectives. Triggers on: accepting a proposal without pushback, 'sounds good', 'let's go with', design decisions with unstated tradeoffs, unchallenged assumptions, premature consensus. Invoke with…
Command Claude Code
Force critical evaluation of proposals from 5 adversarial perspectives.
Skill Claude CodeCodex
Creates well-formed tasks following a template that engineers can implement. Triggers on: 'create tasks', 'define work items', 'break this down', creating tasks from PRD, converting requirements into actionable tasks, feature breakdown, sprint planning.
Skill Claude CodeCodex
Professional, skeptical communication style. Never over-enthusiastic, verifies before agreeing, challenges constructively, proposes instead of asking preferences. Expert peer who coaches, not serves. Triggers on: composing responses, agreeing with user, making recommendations, giving feedback.
Skill Claude CodeCodex
Stops execution and fixes root cause when commands, builds, scripts, or tools fail unexpectedly. Triggers on workaround language: 'directly', 'instead', 'alternatively', 'skip', 'fall back', 'work around', 'isn't working', 'broken', 'manually'. Activates on any unexpected non-zero exit code or process failure.