Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
davidlee
GitHub 제작자 프로필

davidlee

4개 GitHub 저장소에서 수집된 88개 skills를 저장소 단위로 보여줍니다.

수집된 skills
88
저장소
4
업데이트
2026-07-20
저장소 탐색

저장소와 대표 skills

dispatch-agent
기타 컴퓨터 관련 직업

The claude arm of `/dispatch` — spawn a worker via the `Agent` tool using the dispatch-worker subagent type with worktree isolation. Base is explicit — `dispatch arm-spawn --base B` writes the base file, then cd into the spawn dir before the Agent spawn so the WorktreeCreate hook forks at B. Worker self-commits via the gated `worker_commit` MCP tool; the orchestrator lands via `dispatch_import` → `dispatch_conclude_phase` → `dispatch_reap`. Reached only from the `/dispatch` router on a claude↔env-marker agreement; do not invoke directly.

2026-07-20
route
기타 컴퓨터 관련 직업

Use at the very start of ANY substantive work in a Doctrine repo — before inspecting files, running commands, or writing code. The mandatory gate that chooses the governing skill. Skip it only when the user has explicitly told you to.

2026-07-18
spec-coverage-assessment
소프트웨어 개발자

Use when a named subsystem, capability, or code surface needs governance coverage assessed before authoring a spec — deciding what is already governed by an existing PRD / tech spec / ADR, what is dark, and where new spec boundaries should fall by product altitude and C4 level. Use before creating or scoping a product or technical spec for an unfamiliar or partially-governed surface. Use when a request asks to "assess coverage", "find governance gaps", "what's already specified", "where should this spec's boundary sit", "one spec or several", "what needs a PRD vs a tech spec", or "is this subsystem properly documented". Produces a reviewable coverage-map artifact that feeds `/spec-product` and `/spec-tech`. Do not use when the target spec and its boundary are already known and unambiguous — go straight to `/spec-product` or `/spec-tech`. Do not confuse with `doctrine coverage` — unrelated CLI verb for requirement verification.

2026-07-18
consult
기타 컴퓨터 관련 직업

Use the moment you hit an unanticipated obstacle, a decision with competing tradeoffs, or emergent complexity mid-task — before adapting planned scope, adding a dependency, taking a shortcut, or making any impactful concession on your own.

2026-07-17
design
소프트웨어 개발자

Use when a slice needs architectural shaping before implementation — decision triage, critical analysis of tradeoffs and solutions, and section-by-section validation of design.md until the decisions lock. Routed to from /route once a slice exists.

2026-07-17
knowledge
기타 컴퓨터 관련 직업

Use when work surfaces something epistemic worth keeping — "we're assuming / proceeding as if X", "we decided X over Y", "open question worth outliving this session", "we're bound by X", "evidence for/against X", "testable hypothesis", or a stable concept worth naming — and when settling, relating, or surveying such records. Routes capture, settle, and survey intent to the correct `doctrine knowledge` verb.

2026-07-17
preflight
기타 컴퓨터 관련 직업

Use after routing has chosen this path, when the next step is bounded up-front research to understand a substantive task, surface unknowns and tensions, and assess readiness — without drifting into implementation or open-ended exploration.

2026-07-17
close
소프트웨어 개발자

Use to formally close a slice once its phases are complete, audited, and reconciled — confirm the rollup, verify spec-coherence, harvest durable findings, reconcile lifecycle status, and land a clean final commit. Routed to from /reconcile.

2026-07-15
이 저장소에서 수집된 skills 35개 중 상위 8개를 표시합니다.
audit-change
프로젝트 관리 전문가

Canonical reconciliation runsheet for AUD artefacts. Create or update the audit, disposition every finding, reconcile specs/contracts, and hand off to closure only when audit state supports it.

2026-05-19
close-change
프로젝트 관리 전문가

Close a delta safely - satisfy coverage gates, complete the delta command, and verify owning-record lifecycle updates.

2026-05-19
dispatch
기타 컴퓨터 관련 직업

Orchestrate parallel implementation via sub-agents. Drives an entire delta to completion across all phases — planning, dispatching, merging, and continuing automatically. Batches tasks by token budget, routes to appropriate models (sonnet/opus), and dispatches workers in isolated worktrees. Use instead of /execute-phase when a phase has parallelizable work.

2026-05-19
execute-phase
프로젝트 관리 전문가

Mandatory execution skill for any delta/IP implementation phase. Use it before code changes, move the owning delta to in-progress, keep notes current, reconcile structured execution docs, and surface blockers early.

2026-05-19
notes
프로젝트 관리 전문가

Whenever you complete a task or phase - record implementation notes.

2026-05-19
update-delta-docs
프로젝트 관리 전문가

Reconcile DE/IP/phase/DR execution artefacts during delta work. Use this when implementation changes structured execution state, not just notes.

2026-05-19
boot
기타 컴퓨터 관련 직업

Mandatory onboarding. Every agent MUST execute this on startup, or as soon as becoming aware of it.

2026-04-17
capturing-memory
기타 컴퓨터 관련 직업

Invoke this skill whenever any of the following occurs during work: (1) you discover or confirm a durable fact, constraint, invariant, or “how we do X here” pattern; (2) you create a new workflow/checklist that will be reused; (3) you resolve a recurring confusion (“where is the source of truth?”); (4) you make a decision that is not an ADR/SPEC but would prevent rework; (5) you detect a sharp edge, footgun, or non-obvious dependency that future agents will hit. Do NOT rely on conversational context to persist. When the information would save ≥10 minutes for a future agent, write a memory record immediately.

2026-04-17
이 저장소에서 수집된 skills 24개 중 상위 8개를 표시합니다.
boot
소프트웨어 개발자

Mandatory onboarding. Every agent MUST execute this on startup, or as soon as becoming aware of it.

2026-03-04
execute-phase
소프트웨어 개발자

Execute an active implementation phase against DR/IP intent, keep notes current, and surface blockers early. You MUST use this skill when implementing a delta / IP.

2026-03-04
preflight
프로젝트 관리 전문가

Before starting anything new, understand task, intent, and context.

2026-03-04
doctrine
소프트웨어 개발자

Understand project governance to avoid spreading heresy. you

2026-03-04
scope-delta
소프트웨어 개발자

Scope intentional change as a delta. Define applies-to specs/requirements, risks, and closure targets before implementation.

2026-03-04
shape-revision
프로젝트 관리 전문가

Shape a spec revision when requirements/responsibilities move. Use this before delta scoping when policy/doctrine requires revision-first flow.

2026-03-04
audit-change
소프트웨어 품질 보증 분석가·테스터

Perform verification/audit pass after implementation (or as discovery/backfill), reconcile against specs/contracts, and route findings into closure or follow-up change.

2026-03-04
capturing-memory
프로젝트 관리 전문가

Invoke this skill whenever any of the following occurs during work: (1) you discover or confirm a durable fact, constraint, invariant, or “how we do X here” pattern; (2) you create a new workflow/checklist that will be reused; (3) you resolve a recurring confusion (“where is the source of truth?”); (4) you make a decision that is not an ADR/SPEC but would prevent rework; (5) you detect a sharp edge, footgun, or non-obvious dependency that future agents will hit. Do NOT rely on conversational context to persist. When the information would save ≥10 minutes for a future agent, write a memory record immediately.

2026-03-04
이 저장소에서 수집된 skills 18개 중 상위 8개를 표시합니다.
이 저장소에서 수집된 skills 11개 중 상위 8개를 표시합니다.
저장소 4개 중 4개 표시
모든 저장소를 표시했습니다