← all publishers

garyld1962

@garyld1962 source repo

231 published skills · page 1 of 3

  1. Process Tune 3 · garyld1962 bundle
    Read accumulated postmortems or run evidence, group repeated workflow failures, and propose concrete edits to skills, rubrics, templates, or rules.
    0
    installs
  2. Feature Sweep 4 · garyld1962 bundle
    Audit installed skills against verified current platform releases and propose or apply targeted improvements. Use after a Codex or Copilot release, or to find useful new integrations; use a skill quality audit for ordinary wording and trigger problems.
    0
    installs
  3. Validate Plan 6 · garyld1962 bundle
    Validate a task graph plan's YAML, dependencies, write ownership and acceptance before execution, then review semantic readiness. Use for plan checks; do not execute or rewrite the plan unless requested.
    0
    installs
  4. Audit Existing 3 · garyld1962 bundle
    Read-only audit of an existing implementation before planning or extending it. Produces implemented, missing, duplicated, broken, and risky findings without editing files.
    0
    installs
  5. Refactor Brief 4 · garyld1962 bundle
    Investigate a refactoring problem and produce an RFC with preserved behavior, interface decisions, characterization tests and small working commits. Use for refactor planning or an issue brief, not for applying a refactor that is already specified.
    0
    installs
  6. Review Gauntlet 3 · garyld1962 bundle
    Meta-review of an existing code review. Tests whether review findings are accurate, actionable, complete, and severity-calibrated.
    0
    installs
  7. Code Investigate 3 · garyld1962 bundle
    Evidence-backed code investigation across one or more repos. Use for durable reports about where behavior lives, how a pattern is implemented, or whether a behavior exists.
    0
    installs
  8. What Is It About 3 · garyld1962 bundle
    Find the central thesis of a video, article, talk, or content idea, then produce an outline where every segment serves that thesis.
    0
    installs
  9. Review Adversarial 4 · garyld1962 bundle
    High-stakes adversarial code review after normal review. Challenges assumptions with distinct reviewer lenses and optional configured external model/CLI reviewers.
    0
    installs
  10. Ubiquitous Language 3 · garyld1962 bundle
    Build or refresh a domain glossary from interviews, specs, code, and docs. Flags ambiguous terms and writes UBIQUITOUS_LANGUAGE.md when asked.
    0
    installs
  11. Spec Review Adversarial 3 · garyld1962 bundle
    Adversarially review PRDs, stories, requirements, acceptance criteria, or AERS drafts for ambiguity, contradiction, unverifiability, and scope traps.
    0
    installs
  12. Code Review Professional 3 · garyld1962 bundle
    Seniority-calibrated craft review after a normal code review. Grades code quality across maintainability, clarity, design, tests, operability, and professional judgment.
    0
    installs
  13. Pr 3 · garyld1962
    Full PR lifecycle: branch, commit, checkpoint, push, create PR, and optionally squash-merge. Automates the entire pull request workflow with quality gates.
    0
    installs
  14. Ship 4 · garyld1962 bundle
    Ship completed work through the repo's actual delivery flow: checkpoint, commit, push, PR, and release steps. Reads project-specific delivery commands from config.
    0
    installs
  15. Test Plan 4 · garyld1962 bundle
    Use before implementing a feature to generate it.todo() stubs from requirements (TDD-first). Supports plan, validate, and refresh modes. TypeScript monorepos.
    0
    installs
  16. Code Review 2 · garyld1962 bundle
    Domain-based PR review controller. Use when you need a structured, multi-lens review of a pull request or code change. Supports two profiles: 'breakpoint' (light mid-flow review covering security, correctness, and tests only) and 'full' (comprehensive PR-boundary review covering all 11 domains). Conditional domains fire only when triggers match: data-integrity fires when the diff touches persistence (migrations, schemas, SQL, repositories, ORM models); api-contract fires when the diff touches a public surface (API routes, controllers, handlers, .proto files, OpenAPI/Swagger specs, library surface, message schema, CLI, or SDK). Do NOT use for trivial changes (typo fixes, mechanical refactors, dependency bumps with no logic changes). Do NOT use when you want professional craft grading or seniority assessment — use the code-review-professional skill instead.
    0
    installs
  17. Hotfix 3 · garyld1962
    Apply an expedited fix for a critical production issue: branch from main, apply a scoped fix, run targeted tests, and fast-track merge.
    0
    installs
  18. Execute Plan 7 · garyld1962 bundle
    Execute a written implementation plan with staged reviews, per-task build/test cycles, milestone breakpoints, and optional parallel agent lanes.
    0
    installs
  19. Code Investigate 4 · garyld1962 bundle
    Search one or more repos for a code pattern or behavior and produce a versioned Markdown investigation report. Supports literal, regex, and semantic (behavioral) search across multi-repo scope.
    0
    installs
  20. Review Adversarial 5 · garyld1962 bundle
    Cross-model adversarial code review via Codex/Gemini. Use for high-stakes diffs (auth, payments, migrations) or diffs over 200 lines after code-review passes.
    0
    installs
  21. Kickoff 3 · garyld1962
    Use for standard feature work to autonomously ship a PRD/story/AERS: readiness → plan → implement → review. Does not produce audit-grade governed artifacts.
    0
    installs
  22. Test Writer 2 · garyld1962
    Test file generator — converts TestSpecification objects into valid Vitest .test.ts files with it.todo() stubs.
    0
    installs
  23. State Lifecycle 2 · garyld1962
    State machine analyst — tests every valid transition, rejects every invalid one, verifies side effects of status changes.
    0
    installs
  24. Boundary Validation 2 · garyld1962
    Input validation analyst — tests required field enforcement, Zod constraint boundaries, NOT_FOUND handling, error code specificity, soft-delete behavior.
    0
    installs
  25. Contract Compliance 2 · garyld1962
    Requirements analyst — decomposes task description into testable requirements. Maps Zod schema fields to assertions. Verifies CRUD completeness and return type coverage.
    0
    installs
  26. Integration Surface 2 · garyld1962
    Integration analyst — tests router-to-service wiring, Zod schema binding, query vs mutation assignment, auth requirements, and cross-boundary contracts.
    1
    install
  27. Pr 2 · garyld1962
    Full PR lifecycle: branch, commit, checkpoint, push, create PR, and optionally squash-merge. Automates the entire pull request workflow with quality gates.
    0
    installs
  28. Goal 2 · garyld1962
    Clarify and validate a development goal before writing a PRD. Use when the user has an idea or intent but hasn't shaped it into requirements yet — phrases like 'I want to build X', 'I'm thinking about adding Y', 'we should improve Z', 'what should we work on next', 'help me think through this idea'. Separates outcomes from solutions before any implementation work begins. When NOT to Use: requirements already written (use /prd-validate); specific bug to fix (use /triage); design decision to explore (use /design-twice).
    0
    installs
  29. Ship 2 · garyld1962 bundle
    Ship completed work through the repo's actual delivery flow: checkpoint, commit, push, PR, and release steps. Reads project-specific delivery commands from config.
    0
    installs
  30. Vault 2 · garyld1962
    Search, create, and manage notes in the Obsidian vault at /data/obsidian. Use when user wants to find, create, link, or organize notes — phrases like 'find my note on X', 'create a note about', 'add this to the vault', 'search my notes', 'open the vault'.
    0
    installs
  31. Drawio 2 · garyld1962
    Generate native .drawio diagram files (flowcharts, ER, sequence, class, architecture diagrams) as draw.io XML, with optional export to PNG/SVG/PDF or a browser URL that opens in app.diagrams.net. No MCP setup required. Triggers on '/drawio', 'create a diagram', 'draw.io', 'flowchart', 'sequence/ER/class diagram'. When NOT to use: for Azure resource-group / cloud-architecture diagrams, use create-diagram instead.
    0
    installs
  32. Hotfix 2 · garyld1962
    Apply an expedited fix for a critical production issue: branch from main, apply a scoped fix, run targeted tests, and fast-track merge.
    0
    installs
  33. Ideate 2 · garyld1962
    Use before superpowers:writing-plans or brainstorming to shape a rough ask, doc, or folder into a direction. Three modes: idea (general), ba (business-analysis), tech (technical options).
    0
    installs
  34. Thesis 2 · garyld1962
    Interrogate to discover the single-sentence product or architectural thesis, then audit all planned features and decisions against it.
    0
    installs
  35. Triage 2 · garyld1962
    Investigate a bug from reproduction through root cause analysis and produce a structured triage report (classification, risk, recommended next step) — the deliverable is the report, not a fix. Preferred over superpowers:systematic-debugging when the goal is a handoff document for /hotfix, /execute-prd, or a human decision rather than an in-session fix.
    0
    installs
  36. Goal 3 · garyld1962
    Turn a rough idea into a clear outcome, problem statement, success measures and scope before requirements work. Use for goal discovery, not an already written PRD or an implementation request whose outcome is clear.
    0
    installs
  37. Kickoff 2 · garyld1962
    Use for operator-supervised feature work from a PRD/story/AERS: readiness → plan → implement → review, with the operator at the keyboard. Does not produce audit-grade governed artifacts; for an unattended run use /execute-prd.
    2
    installs
  38. Vault 3 · garyld1962
    Search, read, create or organize Markdown notes in a configured Obsidian vault, including wiki links and backlinks. Use when the user names their vault or Obsidian notes; do not assume a personal filesystem path or use it for ordinary repository docs.
    0
    installs
  39. Grill Me 2 · garyld1962
    Use when user says 'grill me', wants to stress-test a plan, or validate assumptions. Walks the decision tree one question at a time, exploring the codebase when it can.
    0
    installs
  40. Simplify 2 · garyld1962 bundle
    Explain dense progress reports, task or wave summaries, blockers and decision requests in plain language. Use /simplify, 'explain that simply', or before user-facing PRD/plan execution updates. Simplifies explanations, not code.
    0
    installs
  41. Drawio 3 · garyld1962 bundle
    Create or edit editable draw.io diagrams, optionally export PNG/SVG/PDF with embedded diagram data, or produce a diagrams.net URL. Use when draw.io format is requested; use native text diagrams for simple explanations that need no draw.io artifact.
    0
    installs
  42. Changelog 2 · garyld1962
    Use to generate a release from Conventional Commits. Groups commits since the last tag, auto-bumps the version, updates CHANGELOG.md, tags, and releases.
    0
    installs
  43. Configure 2 · garyld1962 bundle
    Use when a skill's pre-flight says config is missing, or with no arg to see what needs configuring. Interviews the user and writes the config file.
    0
    installs
  44. Dep Audit 2 · garyld1962
    Audit project dependencies: check for vulnerabilities, outdated packages, unused deps, and license compliance. Use periodically or before releases.
    0
    installs
  45. Env Check 2 · garyld1962 bundle
    Detect the current shell environment and choose safe command routing. Use when working across different shells, OSes, or remote hosts. Reads user-specific shell config from ~/.claude/env.config.md.
    0
    installs
  46. Modernize 2 · garyld1962
    Audit a codebase against current AI toolchain capability and produce a prescriptive refactor plan. Use when revisiting an older project (months of dormancy or older-AI-era patterns) to identify structural improvements — abstraction, separation of concerns, types, error handling, tests, infra organization — that newer models can now execute safely. Default --handoff invokes /execute-prd --type=refactor on the resulting plan. Trigger phrases: 'modernize this codebase', 'refresh the code', 'what would this look like today', 'AI-time refresh', 'modernization audit'. Strictly within the current platform/stack — does not propose framework changes, language switches, or public-API rewrites.
    0
    installs
  47. Sync Main 2 · garyld1962
    Sync current branch with main: fetch, rebase, resolve conflicts. Use when your branch is behind main or before creating a PR.
    0
    installs
  48. Test Plan 2 · garyld1962 bundle
    Use before implementing a feature to generate it.todo() stubs from requirements (TDD-first). Supports plan, validate, and refresh modes. TypeScript monorepos.
    0
    installs
  49. Work Item 2 · garyld1962
    Retrieve a work item from Azure DevOps or Linear. Extracts title, description, acceptance criteria, status, assignee, and tags. Presents in clean markdown format for use by other skills.
    0
    installs
  50. Simplify 3 · garyld1962 bundle
    Explain dense updates and decisions in plain language.
    0
    installs
  51. Checkpoint 2 · garyld1962
    Quality gate: discovers project tooling, runs linter, typecheck/build, and tests for changed packages. Use before pushing or creating PRs.
    0
    installs
  52. K8S Verify 2 · garyld1962
    Post-deploy verification for Kubernetes: checks pod health, service endpoints, recent events, log errors, and rollout status. Use after any K8s deployment to verify it succeeded.
    0
    installs
  53. Postmortem 2 · garyld1962
    Structured retrospective over a completed execute-plan run. Reads the run folder, writes postmortem.md + postmortem.json, and appends to the postmortem index.
    0
    installs
  54. Prd Create 2 · garyld1962 bundle
    Create a PRD, ONTOLOGY.md and AERS from an idea, goal, thesis or codebase via interview. Modes: greenfield, feature, refresh, rewrite. Not for an existing artifact (use /prd-validate).
    0
    installs
  55. Skill Help 2 · garyld1962
    List available skills or show detailed help for a specific skill. Use when the user asks 'what skills are available', 'help with a skill', 'what can you do', 'list skills', or '/skill-help'.
    0
    installs
  56. Simplify 4 · garyld1962 bundle
    Explain dense progress reports, task or wave summaries, blockers and decision requests in plain language. Use 'simplify this update', 'explain that simply', or before user-facing PRD/plan execution updates. Simplifies explanations, not code.
    0
    installs
  57. Bug Session 2 · garyld1962
    Interactive bug-reporting session: user describes problems conversationally, agent explores the codebase for domain context, and files durable GitHub issues. Use when user wants to report bugs, do QA testing, capture defects — phrases like 'let's do a bug session', 'I found some issues', 'QA session', 'help me file these bugs'. When NOT to Use: single known bug to investigate (use /triage); existing issue to fix (use /hotfix or /execute-prd).
    0
    installs
  58. Dep Migrate 2 · garyld1962
    Plan a dependency migration: analyze breaking changes, assess impact on your codebase, produce a step-by-step migration plan. Use when upgrading Node, TypeScript, frameworks, or major dependencies.
    0
    installs
  59. Execute Prd 2 · garyld1962 bundle
    Use when a written requirements source exists (PRD, RFC, prompt.md, spec file, or ADO/Linear ticket) and the user wants it planned and built — phrases like 'build this PRD', 'execute prompt.md', 'turn this RFC into a plan and run it'. Not for vague ideas (use superpowers:brainstorming) or when a validated plan already exists (use /execute-plan).
    0
    installs
  60. Repo Status 2 · garyld1962
    Reports live repo state: branch, working tree, unpushed commits, stashes, and open PRs. Read-only snapshot for orienting at the start of a session or after a long break.
    0
    installs
  61. Skill Audit 2 · garyld1962
    Use periodically or when setting up a new project to audit Claude Code skills/plugins/agents, research marketplaces, gap-analyze, and implement recommendations.
    0
    installs
  62. Configure 3 · garyld1962
    Resolve missing configuration for Copilot workflows, including execution environment and an Obsidian vault. Use when a workflow preflight reports missing fields; preserve existing user-owned settings.
    0
    installs
  63. Design Twice 2 · garyld1962
    Explore multiple radically different API/module designs using parallel agents before committing. Use when designing a new interface, module API, or public surface — phrases like 'design it twice', 'explore the design space', 'what are my options for this interface', 'compare API shapes', 'how should this module look'. When NOT to Use: implementation details inside an existing interface (use superpowers:writing-plans); evaluating existing code (use /code-review).
    0
    installs
  64. Execute Plan 2 · garyld1962 bundle
    Use when the user has a written implementation plan file (typically produced by /execute-prd, in the plan-format contract) and wants it executed — phrases like 'execute the plan', 'run docs/plans/X.md', 'resume the plan'. Not for writing plans (use /execute-prd) or trivial single-file edits.
    0
    installs
  65. Gh Readiness 2 · garyld1962
    Verify GitHub CLI (gh) is installed, authenticated, and able to reach github.com before running skills that create PRs, issues, or releases. Use before /pr, /ship, /hotfix, /issue-slices, /bug-session, or /changelog when gh status is unknown.
    0
    installs
  66. Issue Slices 2 · garyld1962
    Break a PRD into independently-grabbable GitHub issues as vertical tracer-bullet slices. Use when user wants to convert a PRD to tickets, create implementation issues from a PRD — phrases like 'break this PRD into issues', 'create tickets from the PRD', 'slice the PRD into work items'. When NOT to Use: want the PRD executed end-to-end automatically (use /execute-prd); rough idea not yet a PRD (use /goal → /prd-create first); want a plan doc not issues (use /execute-prd step 1).
    0
    installs
  67. Prd Validate 2 · garyld1962
    Turn an existing story, BRD, PRD, or AERS draft into an implementation-ready AERS. Interviews the author, closes structural and semantic ambiguity against the AERS and ontology rubrics, generates missing sections. Use before planning, /kickoff, or /execute-prd. When NOT to Use: vague intent without a problem statement yet (use /goal first to validate the outcome before writing requirements); no artifact at all (use /prd-create, which owns the blank start and writes the PRD folder).
    0
    installs
  68. Process Tune 2 · garyld1962
    Read accumulated postmortems, group taxonomy-tagged recommendations, and propose edits to skills, rubrics, closed decisions, or plan templates.
    0
    installs
  69. K8S Verify 3 · garyld1962
    Post-deploy Kubernetes verification checklist for namespace detection, rollout health, endpoints, events, and optional log analysis.
    0
    installs
  70. Prd Create 3 · garyld1962 bundle
    Create a PRD, ONTOLOGY.md and AERS from an idea, goal, thesis or codebase via interview. Modes: greenfield, feature, refresh, rewrite. Not for an existing artifact (use /prd-validate).
    0
    installs
  71. Execute Prd 3 · garyld1962
    Turn requirements into a plan; build when requested.
    0
    installs
  72. Domain Review 2 · garyld1962 bundle
    Domain-based PR review controller (formerly code-review). Preferred over the built-in /code-review when you need the 11-domain controller/worker review with per-domain findings; use the built-in for a fast single-pass diff review or the ultra cloud review. Supports two profiles: 'breakpoint' (light mid-flow review covering security, correctness, and tests only) and 'full' (comprehensive PR-boundary review covering all 11 domains). Conditional domains fire only when triggers match: data-integrity fires when the diff touches persistence (migrations, schemas, SQL, repositories, ORM models); api-contract fires when the diff touches a public surface (API routes, controllers, handlers, .proto files, OpenAPI/Swagger specs, library surface, message schema, CLI, or SDK). Do NOT use for trivial changes (typo fixes, mechanical refactors, dependency bumps with no logic changes). Do NOT use for reviewing a GitHub PR by number where a standard pass suffices — the built-in /review handles that. Do NOT use when you want prof
    0
    installs
  73. Feature Sweep 2 · garyld1962
    Audit installed skills against the latest Claude Code and API releases, then propose and optionally apply surgical integrations. Use when you want to capitalize on a new model release or Claude Code update — phrases like 'what new features can improve our skills', 'sweep for new integrations', 'update skills for the new model', 'what Claude features are we not using'. When NOT to Use: improving skill quality or fixing bugs in a single skill, or adding a new skill from scratch (use superpowers:writing-skills).
    0
    installs
  74. Validate Plan 2 · garyld1962 bundle
    Lightweight readiness gate for a plan file: checks structure, task discreteness, acceptance criteria, milestones, and forbidden placeholders.
    0
    installs
  75. Execute Prd 4 · garyld1962 bundle
    Use when a written requirements source exists (PRD, RFC, prompt.md, spec file, or ADO/Linear ticket) and the user wants it planned and built — phrases like 'build this PRD', 'execute prompt.md', 'turn this RFC into a plan and run it'. Not for vague ideas (use superpowers:brainstorming) or when a validated plan already exists (use /execute-plan).
    0
    installs
  76. Bug Session 3 · garyld1962
    Capture several reported bugs, inspect relevant code, and turn them into distinct actionable GitHub issues. Use for a bug intake session; use triage to diagnose one existing bug and execute-plan to implement fixes.
    0
    installs
  77. Execute Prd 5 · garyld1962
    Turn a PRD, RFC, prompt, story or ticket into an audited, readiness-scored task graph, validate it and implement when requested. Includes lightweight kickoff; use execute-plan for an existing execution plan.
    0
    installs
  78. Execute Plan 3 · garyld1962
    Execute or resume a plan with checks and clear progress.
    0
    installs
  79. Audit Existing 2 · garyld1962
    Audit a repository before planning or extending it. Produces an implemented/missing/duplicated/broken checklist without editing files.
    0
    installs
  80. Prd Acceptance 2 · garyld1962
    Validate implementation against PRD acceptance criteria. Reads a PRD, extracts checkboxes, verifies each with evidence, produces a pass/fail scorecard.
    0
    installs
  81. Refactor Brief 2 · garyld1962
    Plan a refactor through structured interview, then file it as a GitHub issue RFC with a tiny-commit sequence and decision record. Use when user wants to plan a refactor before implementing — phrases like 'plan a refactor', 'create a refactor issue', 'refactor RFC', 'break this refactor into safe steps'. When NOT to Use: refactor already planned and ready to execute (use /execute-plan); quick code cleanup (make focused edits directly); feature work disguised as a refactor (use /prd-validate first).
    0
    installs
  82. Execute Plan 4 · garyld1962 bundle
    Use when the user has a written implementation plan file (typically produced by /execute-prd, in the plan-format contract) and wants it executed — phrases like 'execute the plan', 'run docs/plans/X.md', 'resume the plan'. Not for writing plans (use /execute-prd) or trivial single-file edits.
    0
    installs
  83. Design Twice 3 · garyld1962
    Compare at least three contrasting module or API interfaces before committing to architecture. Use for unresolved interface design in feature/refactor work; skip settled designs, small bug fixes, and implementation-only requests.
    0
    installs
  84. Execute Plan 5 · garyld1962
    Execute or resume a written task graph plan with ownership checks, acceptance proof, milestone reviews, bounded retries and final-head gates. Use for an existing plan; use execute-prd when requirements still need planning.
    0
    installs
  85. Gh Readiness 3 · garyld1962
    Check GitHub access, target repository and required capabilities before creating issues, PRs, releases or other GitHub changes. Use when access is unknown or changed; avoid repeated probes once this session established the needed capability.
    0
    installs
  86. Issue Slices 3 · garyld1962
    Break a PRD or parent issue into demonstrable vertical GitHub issues with acceptance and dependency links. Use to create an implementation backlog; use execute-prd for a local execution plan and bug-session for unrelated bug reports.
    0
    installs
  87. Validate Plan 3 · garyld1962 bundle
    Check plan structure, ownership and readiness to execute.
    0
    installs
  88. Review Gauntlet 2 · garyld1962
    Use when a code review's conclusions need scrutiny. Reviews THE REVIEW via 3 lenses (Skeptic, Architect, Pragmatist). Returns SOLID / MIXED / UNRELIABLE.
    0
    installs
  89. Validate Plan 4 · garyld1962 bundle
    Lightweight readiness gate for a plan file: checks structure, task discreteness, acceptance criteria, milestones, and forbidden placeholders.
    0
    installs
  90. Feature Sweep 3 · garyld1962
    Audit installed skills against verified current platform releases and propose or apply targeted improvements. Use after a Codex or Copilot release, or to find useful new integrations; use a skill quality audit for ordinary wording and trigger problems.
    0
    installs
  91. Validate Plan 5 · garyld1962 bundle
    Validate a task graph plan's YAML, dependencies, write ownership and acceptance before execution, then review semantic readiness. Use for plan checks; do not execute or rewrite the plan unless requested.
    0
    installs
  92. Code Investigate 2 · garyld1962 bundle
    Search one or more repos for a code pattern or behavior and produce a versioned Markdown investigation report. Supports literal, regex, and semantic (behavioral) search across multi-repo scope.
    0
    installs
  93. What Is It About 2 · garyld1962
    Interrogate to discover the single central thesis of a planned YouTube video, then produce an outline where every segment serves that thesis.
    0
    installs
  94. Prd Acceptance 3 · garyld1962
    Verify delivered behavior against PRD/AERS criteria with a per-criterion evidence scorecard. Use for acceptance validation, not implementation or a general code-quality review.
    0
    installs
  95. Refactor Brief 3 · garyld1962
    Investigate a refactoring problem and produce an RFC with preserved behavior, interface decisions, characterization tests and small working commits. Use for refactor planning or an issue brief, not for applying a refactor that is already specified.
    0
    installs
  96. Repo Delivery 2 · garyld1962
    Declarative schema every repo must satisfy so execute-plan, checkpoint, and review-adversarial don't have to guess. Not user-invokable.
    0
    installs
  97. Review Adversarial 2 · garyld1962 bundle
    Cross-model adversarial code review via Codex/Gemini. Use for high-stakes diffs (auth, payments, migrations) or diffs over 200 lines after domain-review passes.
    0
    installs
  98. Ubiquitous Language 2 · garyld1962 bundle
    Use when you need a domain glossary. Derives UBIQUITOUS_LANGUAGE.md from the PRD's ONTOLOGY.md; falls back to extracting terms from conversation when no ontology exists.
    0
    installs
  99. Review Adversarial 3 · garyld1962
    Cross-model code review rubric for challenging changed code through skeptic, architect, and minimalist lenses after switching models in GitHub Copilot.
    0
    installs
  100. Parallel Optimization 2 · garyld1962
    Analyze a PRD or plan and produce a parallel-agent execution map with dependency barriers, write scopes, and task ownership for LLM code generation. TRIGGER on: 'parallelize the plan', 'parallel execution map', 'concurrency shape', 'optimize task ownership', 'parallel-safe lanes', 'split this plan into waves', 'after I draft the plan run parallel-optimization', 'add a Parallel Execution section'. Auto-invoked by /execute-prd step 6 — humans rarely need to call this directly except when reshaping a sequential plan into parallel before re-running /execute-plan.
    0
    installs