pcvelz
- 11 skills
- 0 followers
- 10 hours ago last updated
- ▌ Brainstorming · pcvelz bundleYou MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
- ▌ Writing Plans · pcvelzUse when you have a spec or requirements for a multi-step task, before touching code
- ▌ Checking Gates · pcvelzUse 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.
- ▌ Writing Skills · pcvelz bundleUse when creating new skills, editing existing skills, or verifying skills work before deployment
- ▌ Executing Plans · pcvelzUse when you have a written implementation plan to execute in a separate session with review checkpoints
- ▌ Specifying Gates · pcvelzUse 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.
- ▌ Using Superpowers · pcvelzUse when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions
- ▌ Using Git Worktrees · pcvelzUse 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
- ▌ Systematic Debugging · pcvelz bundleUse when encountering any bug, test failure, or unexpected behavior, before proposing fixes
- ▌ Dispatching Parallel Agents · pcvelzUse when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies
- ▌ Subagent Driven Development · pcvelz bundleUse when executing implementation plans with independent tasks in the current session