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

prayog-skills

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

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

이 저장소의 skills

initiative-feasibility
소프트웨어 개발자

After the dev team has written their spec slice from the PRD, review it against the current codebase — baseline, gaps, impact, test harness, architecture governance (ADR + MDC), risks, and 4-lane triage. Use when the dev has drafted the spec and wants to check buildability before technical review and planning. Runs while the spec PR is open.

2026-07-08
pre-implement
소프트웨어 개발자

Before implementing one wave slice, produce a pre-flight checklist: verify the prior wave's human gate is satisfied, confirm contracts consumed from prior Ground Reports match what was actually built, then read specs/ADRs/rules. Use when starting implementation, opening a branch, or asked what to read before coding.

2026-07-08
spec-implementation-plan
소프트웨어 개발자

After feasibility (and technical review when applicable), produce a wave-level implementation plan with REQ/TASK/FILE/TEST tables and a WorkManifest YAML seed section (§9). Runs while the spec PR is open, before spec merge. Board seeding (gh issue create) happens after spec PR merge — not before.

2026-07-08
spec-technical-review
소프트웨어 개발자

After feasibility, produce a principal-engineer design document: resolve all engineering decisions (ADRs, interface contracts, test policy, module boundaries), draft any required ADRs, and route only true product questions back to PM on the meta PRD PR. Use before /spec-implementation-plan when the feasibility report contains NEW-ADR findings, Critical/Should-fix engineering items, or unclear module boundaries. TDD commits on the spec PR branch; PE gives GitHub Approve on the same spec PR.

2026-07-08
spec-draft
소프트웨어 개발자

Translate the PRD into a spec slice for this repo. Reads the PRD from the meta PRD PR branch or merged develop, extracts capabilities relevant to this repo, and drafts docs/specification/product/INIT-*.md. Use after engineering opens the spec PR and before /initiative-feasibility.

2026-07-05
prd-impact-map
소프트웨어 개발자

Map a PRD to affected repos using the service catalog. Reads the PRD and config/service-catalog.yaml from <client>-meta, matches PRD capabilities to service descriptions, and posts an impact map as a PR comment on the meta PRD PR for tech lead confirmation. Run in <client>-meta Cursor session after PRD is validated and before engineering opens spec PRs in app repos.

2026-07-05
update-documents
프로젝트 관리 전문가

Propagates corrections, new information, terminology changes, and scope changes across multiple related documents. Structures changes, verifies with user, performs impact analysis, presents a change manifest for approval, applies edits preserving each document's format and tone, and runs document-audit as a final consistency check. Use when a fact, assumption, or decision changes and multiple documents need updating, or when new information (e.g., from a design review, stakeholder feedback, or discovery session) must be reflected across a document set.

2026-07-05
ground-spec
소프트웨어 개발자

Validate a completed wave implementation against its product spec FRs, repo artifacts, and cross-spec contracts. Produces a Ground Report including a Contracts Produced section that is the required input for pre-implement of the next wave. Use when a wave claims complete, before human checkpoint, or when asked to ground a spec.

2026-07-03
loop-spec
소프트웨어 개발자

Execute the per-wave implementation loop: implement against spec, run verification, fix failures, repeat until green — then stop and request human checkpoint. Use during active wave development. Stops at human checkpoint; does not advance to the next wave.

2026-07-03
validate-requirements
프로젝트 관리 전문가

Validates requirements documents using 15 checks across 2 dimensions: semantic accuracy (11 checks — source truth, inference detection, requirement purity, over-generalization, scope boundaries, testability, ambiguity, assumption dependencies, negative paths, actor capability, intra-document consistency) and structural integrity (4 checks — staleness, contradictions, cross-references, completeness). Supports incremental mode: when a prior validation report is provided, only re-runs checks whose inputs have changed, carries forward findings that remain valid, and detects resolved findings — cutting re-validation effort by 40-60%. Produces a unified report with clear Semantic vs Structural grouping. Use after generating requirements, before sharing with stakeholders, when suspecting inaccuracies, or as a periodic quality sweep.

2026-07-03
verify
소프트웨어 품질 보증 분석가·테스터

Define or run live verify discipline for a feature — one live-verify artifact per product area, no overlap with unit tests. Use when finishing a slice, adding live-verify tests, or when asked what command proves the feature on a running stack.

2026-06-30
review-findings
소프트웨어 개발자

Interactively walks users through findings from any audit or validation report (validate-requirements, document-audit, or future skills). Reads the report file, detects its format, presents findings via AskQuestion for user decisions, and produces a resolution summary. Use after any skill that generates a findings report, or standalone against any structured findings markdown file.

2026-06-08