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

tpm-workflow

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

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

이 저장소의 skills

user-e2e-testing-tui
소프트웨어 품질 보증 분석가·테스터

Use when validating TUI or CLI behavior end-to-end via tmux. Provides the canonical pattern for spawning any terminal application inside tmux, sending keystrokes or shell commands, capturing pane output as plain text, and asserting on screen state. Works for full TUI apps (ratatui, bubbletea, etc.), interactive CLIs (REPLs, prompts), and non-interactive CLIs whose output needs visual inspection beyond what stdout parsing gives you.

2026-04-23
actionable-acceptance-criteria
프로젝트 관리 전문가

Transform vague acceptance criteria into concrete, machine-verifiable checks. Required for the planner agent when writing task ACs.

2026-04-23
tier-workflow
소프트웨어 개발자

Use when the orchestrator needs to resolve any mode-sensitive decision for the current TPM task — which reviewer dispatch pattern to invoke, how to aggregate verdicts, whether to run merge-resolver and QA, what to name Step 6b cleanup sessions. Encapsulates ALL fast / standard / prod tier policy so the orchestrator stays lean and `skills/dispatch-session/` stays mechanism-only. Required for the orchestrator agent at every tier-variant branch point.

2026-04-18
dispatch-session
소프트웨어 개발자

Use when spawning a new agent session via Agent of Empires (AoE). Provides the canonical command patterns for spawning planner, implementer, reviewer, and merge-resolver sessions with the correct system prompts, worktrees, groups, and per-session event monitors. Required for the orchestrator agent.

2026-04-18
brainstorming
프로젝트 관리 전문가

Structured ideation skill for the planner agent. Explores alternative architectures, surfaces tradeoffs, and identifies constraints before committing to a decomposition. Invoked in standard/prod tiers; skipped in fast tier.

2026-04-18
philosophy-discovery
소프트웨어 개발자

Use to discover a target repo's engineering philosophy from its on-disk conventions (CLAUDE.md + .claude/skills/**/SKILL.md). Required for the Principal Engineer agent in prod tier; invoked at the start of its review so findings can be grounded in the repo's own rules rather than reviewer opinion.

2026-04-17
adversarial-review
소프트웨어 품질 보증 분석가·테스터

Use when reviewing code changes adversarially. Three-layer review with information asymmetry — Blind Hunter (diff only), Edge Case Hunter (diff + code access), Acceptance Auditor (diff + spec). Required for the Blind Hunter / Edge Case Hunter / Acceptance Auditor agents and invoked transitively by the orchestrator when dispatching reviewers.

2026-04-17
extract-candidate-memories
소프트웨어 개발자

Use when reading a SUMMARY.md or REVIEW.md to identify long-term-valuable insights worth committing to project or user memory. Required for the orchestrator agent after each task completion.

2026-04-17
parallel-task-decomposition
소프트웨어 개발자

Use when decomposing a feature into tasks that can be executed in parallel by independent sessions. Identifies file overlap, dependency chains, and assigns tasks to execution waves. Required for the planner agent.

2026-04-17
testing-pyramid
소프트웨어 품질 보증 분석가·테스터

Use when implementing tests for a feature. Guides test strategy across unit/integration/e2e layers based on what the feature does. Required for the implementer agent.

2026-04-17