← all publishers

josephneumann

@josephneumann source repo

18 published skills

  1. Summarize Session · josephneumann
    Use for a read-only progress snapshot without committing, pushing, or closing anything
    1 install
  2. Plan Design Review · josephneumann
    Scored design plan review: 7 UI/UX dimensions rated 0-10, explains what would make each a 10, then fixes the plan. Run after /spec for UI-heavy features, or standalone on any plan with UI scope.
    1 install
  3. QA · josephneumann
    Use when you need acceptance-first release confidence: validate acceptance criteria, regressions, and browser workflows before calling work ready
    1 install
  4. Spec · josephneumann
    Use when you have an idea, goal, or feature description and need to turn it into an actionable plan with tasks
    1 install
  5. Debug · josephneumann
    Use when facing a bug, test failure, or unexpected behavior that isn't immediately obvious
    1 install
  6. Orient · josephneumann
    Use at the start of an orchestrator session to understand project state and find available work
    1 install
  7. Auto Run · josephneumann
    Autonomous dispatch-reconcile loop for batch task processing. Use with /auto-run --through <id> to execute tasks unattended. Requires Linear MCP or tasks to exist. Supports --resume for checkpoint recovery and --skip-milestone-review.
    1 install
  8. Dispatch · josephneumann
    Use when multiple tasks are ready and you want to assign them to workers. Supports parallel (worktree-isolated) and sequential (direct on branch) modes.
    1 install
  9. Benchmark · josephneumann
    Use when you need measured performance evidence by running a repeatable command on the current branch and a baseline ref
    1 install
  10. Deep Plan · josephneumann
    Use when starting a new feature or idea that needs thorough pre-execution planning. Use instead of calling /product-review, /spec, and review skills individually.
    1 install
  11. Start Task · josephneumann
    Start working on a task (claim, gather context, define acceptance criteria)
    1 install
  12. Finish Task · josephneumann
    Use when implementation and tests are complete and you're ready to close out a task
    1 install
  13. Multi Review · josephneumann
    This skill should be used when the user wants a comprehensive code review using multiple specialized reviewers in parallel. Invoked with /multi-review or when user asks for 'thorough review', 'full code review', or 'review from multiple perspectives'. Use --plan <path> to review an implementation plan pre-coding.
    1 install
  14. Design Shotgun · josephneumann
    Use when you need 3-5 intentionally different UI directions before committing to a single design approach
    1 install
  15. Product Review · josephneumann
    Product-taste review that challenges 'are we building the right thing?' Interrogation mode with recommended answers, assumption mapping (V/U/Vi/F), devil's advocate challenges, and alternatives analysis. Four modes: EXPAND / HOLD / REDUCE / DESIGN. Run before /spec or standalone.
    1 install
  16. Plan Eng Review · josephneumann
    Interactive engineering plan review: architecture, code quality, tests, performance. One issue per question. Run after /spec before implementation, or standalone on any plan.
    1 install
  17. Milestone Review · josephneumann
    Iterative review-fix loop for accumulated milestone/branch changes. Runs parallel reviewers, fixes findings autonomously, repeats until clean. Use after multiple tasks merge to a milestone branch, or before merging to main. Invoke with /milestone-review --base-branch main. Supports --dry-run and --max-iterations.
    1 install
  18. Reconcile Summary · josephneumann
    Review a worker session summary and reconcile tasks with implementation reality. Use after a worker completes /finish-task to sync the task board with what was actually implemented. Invoked by orchestrator sessions, or with /reconcile-summary <task-id>.
    1 install