Skip to main content
GitHub 저장소

spec-driven-tdd

spec-driven-tdd에는 strelov1에서 수집한 skills 14개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
14
Stars
7
업데이트
2026-06-13
Forks
1
직업 범위
직업 카테고리 2개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

spec-driven-tdd
소프트웨어 개발자

The spec-driven-tdd delivery workflow (orchestrator) - runs the full lifecycle for an OpenSpec change: OpenSpec planning/tracking + Superpowers TDD, simplify, and code review. Invoked by using-spec-driven-tdd; run it once implementation starts

2026-06-13
spike
소프트웨어 개발자

Use before planning a risky change - a throwaway feasibility experiment that answers "is this even possible?" cheaply and ends in a VALIDATED / PARTIAL / INVALIDATED verdict

2026-06-13
using-spec-driven-tdd
소프트웨어 개발자

Entry point for the spec-driven-tdd workflow - invoke at the START of an OpenSpec change to load the delivery discipline and hand off to the spec-driven-tdd orchestrator before writing code

2026-06-13
brainstorming
소프트웨어 개발자

[Superpowers 5.1.0, MIT] "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."

2026-06-13
dispatching-parallel-agents
소프트웨어 개발자

[Superpowers 5.1.0, MIT] Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies

2026-06-13
finishing-a-development-branch
소프트웨어 개발자

[Superpowers 5.1.0, MIT] Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup

2026-06-13
receiving-code-review
소프트웨어 개발자

[Superpowers 5.1.0, MIT] Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation

2026-06-13
requesting-code-review
소프트웨어 개발자

[Superpowers 5.1.0, MIT] Use when completing tasks, implementing major features, or before merging to verify work meets requirements

2026-06-13
subagent-driven-development
소프트웨어 개발자

[Superpowers 5.1.0, MIT] Use when executing implementation plans with independent tasks in the current session

2026-06-13
systematic-debugging
소프트웨어 개발자

[Superpowers 5.1.0, MIT] Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes

2026-06-13
test-driven-development
소프트웨어 개발자

[Superpowers 5.1.0, MIT] Use when implementing any feature or bugfix, before writing implementation code

2026-06-13
using-git-worktrees
소프트웨어 개발자

[Superpowers 5.1.0, MIT] 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

2026-06-13
verification-before-completion
소프트웨어 품질 보증 분석가·테스터

[Superpowers 5.1.0, MIT] Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always

2026-06-13
simplify
소프트웨어 개발자

Use after tests pass and before code review - a portable quality pass that simplifies recently changed code while preserving behavior

2026-06-10