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

agentic-playbook

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

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

이 저장소의 skills

bootstrap
소프트웨어 개발자

Interactive guide for hand-shaping a reference feature in a greenfield repo. Use on day 1 of a new project to seed quality gates and canonical patterns before agents take over. Triggers on /bootstrap, "bootstrap a reference feature", "scaffold a canonical pattern".

2026-05-02
isolated-db-branches
데이터베이스 아키텍트

Set up or operate per-feature Neon database branches for Drizzle projects. Use when schema-changing branches, agents, or worktrees need isolated databases, branch work should use db:push, feature branches must not commit generated migrations, and production migrations should be generated and applied only after merge.

2026-05-02
setup-quality
소프트웨어 품질 보증 분석가·테스터

Set up or tighten a repo's preferred quality-gate toolchain. Use when the user invokes /setup-quality, asks to add Biome, Vitest, Commitlint, Lefthook, pnpm scripts, Turbo quality gates, GitHub Actions CI, or wants the preferred quality setup applied to a project.

2026-05-02
decompose
프로젝트 관리 전문가

Break a PRD into ordered tracer-bullet slice specs. Use when a PRD exists and you need a queue of specs ready for plan-gate. Triggers on /decompose, "decompose this PRD", "break this into slices".

2026-04-30
implement
소프트웨어 개발자

Run implementation phase against an approved plan. Use after /plan has been approved by the human. Triggers on /implement, "implement the plan", "code this up", "execute the plan".

2026-04-30
plan
프로젝트 관리 전문가

Generate an implementation plan from a locked per-task spec, gated by human approval before any code is written. Use after the spec exists and before implementation. Triggers on /plan, "make a plan", "draft a plan for this spec".

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

Run anti-overengineering review on the current diff. Invoke after self-QA is green and before opening a PR. Triggers on /review, "review for overengineering", "check the diff for overeng".

2026-04-30
spec
컴퓨터 시스템 분석가

Open a per-task spec scaffold from the canonical template, prefilled with reasonable defaults. Use when starting a new slice that needs a spec written. Triggers on /spec, "draft a spec", "spec this slice".

2026-04-30
linearize
프로젝트 관리 전문가

Turn an idea or conversation context into a Linear Project-as-PRD, then into approved Linear issues with Given/When/Then mini-specs. Use when the user wants to create a Linear project from an idea, shape a PRD in Linear, draft behavior slice specs, or publish an approved issue queue to Linear before running /work.

2026-04-30
pr
소프트웨어 개발자

Draft the PR body via the pr-author subagent and open the PR via gh. Use after self-QA + anti-overeng review are clean. Triggers on /pr, "open the PR", "draft the PR body".

2026-04-30
work
소프트웨어 개발자

Execute one scoped implementation slice end-to-end with the playbook's full trust loop. Use when the user invokes /work, asks to complete a Linear or GitHub work item, asks to implement one approved plan phase, or explicitly wants an agent-owned implementation slice. The command authorizes branch, implementation, gates, self-QA evidence, anti-overeng review, adversarial review, report, metrics sidecar, commit, push, and a Ready PR after all required gates pass.

2026-04-30
cleanup-worktree
네트워크·컴퓨터 시스템 관리자

Remove a merged slice's worktree and delete its branch. Run from the main checkout after a PR is merged. Triggers on /cleanup-worktree, "clean up the worktree", "remove the merged worktree".

2026-04-29
worktree
소프트웨어 개발자

Create a git worktree + branch for a slice using the project naming convention. Use when starting a new slice that should run in parallel with others. Triggers on /worktree, "make a worktree", "new worktree for this slice".

2026-04-29