takaakit
- 10 skills
- 0 followers
- 6 hours ago last updated
- ▌ Brainstorming · takaakit 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 · takaakit bundleUse when you have a spec or requirements for a multi-step task, before touching code
- ▌ Writing Skills · takaakit bundleUse when creating new skills, editing existing skills, or verifying skills work before deployment
- ▌ Executing Plans · takaakitUse when you have a written implementation plan to execute in a separate session with review checkpoints
- ▌ Using Superpowers · takaakitUse when starting any conversation - establishes how to find and use skills, requiring skill invocation before ANY response including clarifying questions
- ▌ Using Git Worktrees · takaakitUse 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 · takaakit bundleUse when encountering any bug, test failure, or unexpected behavior, before proposing fixes
- ▌ Dispatching Parallel Agents · takaakitUse when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies
- ▌ Subagent Driven Development · takaakit bundleUse when executing implementation plans with independent tasks in the current session
- ▌ Finishing A Development Branch · takaakitUse when implementation is complete, all tests pass, and you need to decide how to integrate the work