From patchy-bot
Master orchestration skill for research, planning, and analysis — without modifying code. This skill should be used when the user says "plan this", "analyze this", "review this approach", "what should we do", "design this", "think through this", "scope this out", "write a plan", "read-only analysis", "investigate before implementing", "research and plan", "/read-only-plans", or when the task requires deep thinking, structured analysis, or planning before any code is touched. Sequences 15+ skills across 4 phases: research → analyze → plan → challenge. Produces a decision-complete plan or analysis report without modifying any project files. NOT for implementing changes (use /code-changes) or debugging (use /debug-fix) or post-completion audits (use /post-changes-audit).
npx claudepluginhub kman182401/patchy-operationalThis skill uses the workspace's default tool permissions.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
$ARGUMENTS
Execute research and planning through four mandatory phases. No project files are modified. All output is delivered in-chat as structured reports and plans.
Goal: Gather all evidence before forming conclusions.
Parallel where possible — these are independent information-gathering tasks.
/researcher — Gather current information on technologies, libraries, APIs, patterns, and best practices relevant to the task. Use WebSearch and WebFetch aggressively. Prefer primary sources./expert-analysis — Deep, evidence-first investigation of the target (codebase, system, config, architecture, dependency, or plan). Produce a structured report separating verified facts from inferences from unknowns./subagent-driven-development — Identify which domain agents have relevant expertise. Dispatch read-only analysis agents in parallel for independent investigation branches./dispatching-parallel-agents — Coordinate parallel research agents. Ensure no overlap in investigation scope and merge findings.Goal: Evaluate findings through multiple lenses.
Sequential — each builds on the previous.
/analyze — Deep review of the target across correctness, security, reliability, performance, operability, and maintainability lenses. Produce findings with evidence classification (verified/inferred/external/uncertain)./security-review — Security-focused analysis of any code, config, or infrastructure in scope. Run scanners if applicable. Produce severity-rated findings./scope-guard — Define clear boundaries for what the eventual implementation should and should not touch. Establish guardrails before planning begins./assumptions-audit — Extract every assumption embedded in the current understanding. Classify each as Verified, High-confidence, Unverified, or Risky. Produce a verification queue ordered by risk./feature-forge — If the task involves unclear requirements, use feature-forge to clarify scope, acceptance criteria, and edge cases before planning.Goal: Produce a durable, decision-complete plan.
Sequential — plan must incorporate all Phase 2 findings.
/plan-builder — Produce a restartable ExecPlan-style document grounded in the repo state and research findings. Include milestones, validation gates, risk assessment, and enough implementation detail that execution does not require re-planning./system-design — If the task involves architecture or infrastructure decisions, produce system design documentation with component diagrams, data flow, and scaling considerations./tech-debt — If the task touches existing code, assess technical debt in the affected area. Identify what should be addressed during implementation vs. deferred./writing-plans — Format the final plan for readability and completeness. Ensure the plan is self-contained and can be handed off to any implementer.Goal: Stress-test the plan before committing to it.
Sequential — challenges must reference the completed plan.
/the-fool — Apply structured critical reasoning to the plan. Run devil's advocate, pre-mortem, or red-team analysis. Identify the 3-5 strongest challenges./assumptions-audit (second pass) — Re-audit assumptions after the plan is complete. Verify that planning did not introduce new unverified assumptions./scope-guard (final check) — Confirm the plan stays within the established scope boundaries. Flag any scope creep introduced during planning.Task manager checkpoint:
17. /tm:update-task — Update the task tracker with the completed plan, findings, and any blockers identified.
The final deliverable is one or more of:
All outputs are delivered in-chat. No files are created in the project.
Launch in parallel when:
Run sequentially when:
Before claiming the analysis/plan is complete, confirm every applicable skill was invoked: