Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

goodtogo

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

수집된 skills
19
Stars
60
업데이트
2026-02-10
Forks
3
직업 범위
직업 카테고리 3개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

beads-orchestration
기타 컴퓨터 관련 직업

Multi-agent orchestration for GitHub Issues using BEADS task tracking

2026-02-10
brainstorming-extension
기타 컴퓨터 관련 직업

Warmstart extension to superpowers:brainstorming - auto-triggers design review gate after design completion

2026-01-15
design-review-gate
기타 컴퓨터 관련 직업

Automatic review gate that runs after brainstorming completes - spawns PM, Architect, Designer, Security, and CTO agents in parallel, iterates until all approve

2026-01-15
brainstorming
소프트웨어 개발자

Use when creating or developing, before writing code or implementation plans - refines rough ideas into fully-formed designs through collaborative questioning, alternative exploration, and incremental validation. Don't use during clear 'mechanical' processes

2026-01-15
condition-based-waiting
소프트웨어 품질 보증 분석가·테스터

Use when tests have race conditions, timing dependencies, or inconsistent pass/fail behavior - replaces arbitrary timeouts with condition polling to wait for actual state changes, eliminating flaky tests from timing guesses

2026-01-15
defense-in-depth
소프트웨어 개발자

Use when invalid data causes failures deep in execution, requiring validation at multiple system layers - validates at every layer data passes through to make bugs structurally impossible

2026-01-15
dispatching-parallel-agents
소프트웨어 품질 보증 분석가·테스터

Use when facing 3+ independent failures that can be investigated without shared state or dependencies - dispatches multiple Claude agents to investigate and fix independent problems concurrently

2026-01-15
executing-plans
소프트웨어 개발자

Use when partner provides a complete implementation plan to execute in controlled batches with review checkpoints - loads plan, reviews critically, executes tasks in batches, reports for review between batches

2026-01-15
receiving-code-review
소프트웨어 품질 보증 분석가·테스터

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-01-15
requesting-code-review
소프트웨어 품질 보증 분석가·테스터

Use when completing tasks, implementing major features, or before merging to verify work meets requirements - dispatches superpowers:code-reviewer subagent to review implementation against plan or requirements before proceeding

2026-01-15
root-cause-tracing
소프트웨어 개발자

Use when errors occur deep in execution and you need to trace back to find the original trigger - systematically traces bugs backward through call stack, adding instrumentation when needed, to identify source of invalid data or incorrect behavior

2026-01-15
sharing-skills
소프트웨어 개발자

Use when you've developed a broadly useful skill and want to contribute it upstream via pull request - guides process of branching, committing, pushing, and creating PR to contribute skills back to upstream repository

2026-01-15
subagent-driven-development
소프트웨어 개발자

Use when executing implementation plans with independent tasks in the current session - dispatches fresh subagent for each task with code review between tasks, enabling fast iteration with quality gates

2026-01-15
systematic-debugging
소프트웨어 품질 보증 분석가·테스터

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes - four-phase framework (root cause investigation, pattern analysis, hypothesis testing, implementation) that ensures understanding before attempting solutions

2026-01-15
testing-skills-with-subagents
소프트웨어 품질 보증 분석가·테스터

Use when creating or editing skills, before deployment, to verify they work under pressure and resist rationalization - applies RED-GREEN-REFACTOR cycle to process documentation by running baseline without skill, writing to address failures, iterating to close loopholes

2026-01-15
using-git-worktrees
소프트웨어 개발자

Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification

2026-01-15
using-superpowers
기타 컴퓨터 관련 직업

Use when starting any conversation - establishes mandatory workflows for finding and using skills, including using Skill tool before announcing usage, following brainstorming before coding, and creating TodoWrite todos for checklists

2026-01-15
writing-plans
소프트웨어 개발자

Use when design is complete and you need detailed implementation tasks for engineers with zero codebase context - creates comprehensive implementation plans with exact file paths, complete code examples, and verification steps assuming engineer has minimal domain knowledge

2026-01-15
writing-skills
소프트웨어 개발자

Use when creating new skills, editing existing skills, or verifying skills work before deployment - applies TDD to process documentation by testing with subagents before writing, iterating until bulletproof against rationalization

2026-01-15