← all publishers

pcvelz

@pcvelz source repo

11 published skills

  1. Brainstorming · pcvelz bundle
    You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
    0
    installs
  2. Writing Plans · pcvelz
    Use when you have a spec or requirements for a multi-step task, before touching code
    0
    installs
  3. Checking Gates · pcvelz
    Use when picking up a user-gate task OR when a hook demands re-validation. Runs the "do I know HOW?" self-check; if the HOW is clear, executes the verification and posts evidence; if not, hands off to specifying-gates. Kept deliberately separate from executing-plans so that without the opt-in hook, the main flow stays untouched.
    0
    installs
  4. Writing Skills · pcvelz bundle
    Use when creating new skills, editing existing skills, or verifying skills work before deployment
    0
    installs
  5. Executing Plans · pcvelz
    Use when you have a written implementation plan to execute in a separate session with review checkpoints
    0
    installs
  6. Specifying Gates · pcvelz
    Use when a user-gate task has requiresUserSpecification=true OR the agent's "do I know HOW?" self-check returns no. Locks down verification mechanics through a short AskUserQuestion sequence and writes the answers back into the task's metadata. Does NOT run the verification itself.
    0
    installs
  7. Using Superpowers · pcvelz
    Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions
    0
    installs
  8. Using Git Worktrees · pcvelz
    Use when starting feature work that needs isolation from current workspace or before executing implementation plans - ensures an isolated workspace exists via native tools or git worktree fallback
    0
    installs
  9. Systematic Debugging · pcvelz bundle
    Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes
    0
    installs
  10. Dispatching Parallel Agents · pcvelz
    Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies
    0
    installs
  11. Subagent Driven Development · pcvelz bundle
    Use when executing implementation plans with independent tasks in the current session
    0
    installs