Refines rough ideas through Socratic questioning, explores alternatives, presents design in digestible chunks for validation. Activates before writing any code or making major decisions.
Idioma do texto original: inglês
Menu
O SkillsMP coletou 13 skills de Colin4k1024/kao. Abra uma skill para revisar a origem e os detalhes.
Mostrando 13 de 13 skills coletadas.
Refines rough ideas through Socratic questioning, explores alternatives, presents design in digestible chunks for validation. Activates before writing any code or making major decisions.
Idioma do texto original: inglês
Manages concurrent subagent workflows with task distribution, progress tracking, and result aggregation. Use when multiple independent tasks can run simultaneously.
Idioma do texto original: inglês
Executes implementation plans task-by-task with two-stage review (spec compliance, then code quality). Enforces TDD cycle: RED-GREEN-REFACTOR. Activates when user says 'go' or approves plan.
Idioma do texto original: inglês
Verifies completed work, runs tests, presents merge/PR options, and cleans up worktrees. Activates when all implementation tasks are complete.
Idioma do texto original: inglês
Responds to code review feedback constructively, implements fixes, and communicates progress. Handles feedback professionally and improves code quality.
Idioma do texto original: inglês
Reviews code against plan for correctness, bugs, security issues, and adherence to standards. Reports issues by severity. Activates between tasks or before merging.
Idioma do texto original: inglês
Dispatches parallel subagents for concurrent task execution with two-stage review (spec compliance + code quality). Activates for large plans (10+ tasks) to maximize throughput.
Idioma do texto original: inglês
Applies 4-phase root cause analysis: gather data, form hypothesis, test hypothesis, solve and verify. Includes root-cause-tracing, defense-in-depth, and condition-based-waiting techniques. Activates for any bug.
Idioma do texto original: inglês
Enforces RED-GREEN-REFACTOR cycle: write failing test first, watch it fail, write minimal code to pass, then refactor. Deletes code written before tests. Activates during implementation.
Idioma do texto original: inglês
Creates isolated Git worktrees for parallel development on different branches. Prevents context-switching overhead and merge conflicts. Activates when starting new development.
Idioma do texto original: inglês
Ensures bug fixes and features are truly working before marking as complete. Verifies fix doesn't break other functionality. Activates after any fix or implementation.
Idioma do texto original: inglês
Breaks approved designs into actionable implementation tasks. Each task is 2-5 minutes, has exact file paths, complete code, and verification steps. Activates after design approval.
Idioma do texto original: inglês
Use when working in this AI coding scaffold repository and you need to understand or execute the current frontend, backend, database, and plan-generation workflow.
Idioma do texto original: inglês