Skip to main content
在 Manus 中运行任何 Skill
一键导入
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
当前展示该仓库 Top 8 / 35 个已收集 skills。
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
当前展示该仓库 Top 8 / 24 个已收集 skills。
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
当前展示该仓库 Top 8 / 18 个已收集 skills。
当前展示该仓库 Top 8 / 11 个已收集 skills。
已展示 4 / 4 个仓库
已展示全部仓库
davidlee Agent Skills | SkillsMP