用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/douglance/sdlc-plugin --skill sdlc-flow命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | sdlc-flow |
| description | Use when a request spans multiple lifecycle phases or the correct next phase is unclear. |
The plugin is an optional graph of phases. Each phase is a skill that routes to one agent role and emits an artifact for its immediate receiver. This skill explains where to start, which dependencies apply, and how the phases connect.
Read references/core-ontology.md when reasoning about system entities, relationships, cardinalities, lifecycle edges, authority, traceability, evidence, or provider projections. The ontology controls relationships; project glossaries control term definitions.
When the host exposes the named phase agents and you are the parent/orchestrator, delegate the selected phase to its named owner and pass the complete prior artifact. When already executing as that owner, or when named-agent delegation is unavailable, run the phase locally. Never delegate the same phase recursively. The artifact contract is portable; automatic delegation is a host capability, not something Rulesync can synthesize.
Use lifecycle-documentation for every phase output and input gate. Select the smallest applicable
IEEE/ISO information item, write it in STE-derived controlled English, preserve stable IDs, and end
with the required handoff block. A receiving phase must reject an incomplete artifact instead of
guessing what the producing phase meant.
Select only the phases the work needs. Run selected phases in dependency order; each handoff passes one accepted artifact to one immediate receiver.
feasibility-analysis (→ researcher) — scout an unfamiliar problem space. Start here when
the approach is unknown. Produces options, constraints, and trade-offs.requirements-gathering (→ product-owner) — turn a vague or high-blast-radius request into
a stress-tested specification. Start here when what to build is unclear.planning (→ project-manager) — break the spec into a plan of milestones with dependencies, risks,
and an explicit out-of-scope set. Produces a plan.design (→ architect) — settle interfaces, contracts, exact files, and trade-offs.
Produces a technical design. For user-facing work, pair with visual-design (→ graphic-designer)
for layout, composition, states, and accessibility.implementation (→ engineer) — build it test-first in vertical slices. Produces tested,
bounded changes. Commit those changes when the task includes commit authority.testing (→ tester) — adversarially falsify the change by executing it across edge cases,
scale, and security. Produces a verdict with reproducible failing cases.quality (→ quality-engineer) — assure the change beyond execution: verification & validation,
review/inspection, and the quality attributes. Produces a quality verdict.Shipping isn't the end — the lifecycle is a loop. What you learn in production re-enters at
debugging-and-error-recovery or requirements-gathering.
deployment (→ release-engineer) — ship safely with rollout, smoke check, and rollback.operations (→ sre) — run the live service: observability/SLOs, incident
response, runbooks, and continuity. Routes learnings back into the loop.documentation (→ technical-writer) — document what actually shipped.maintenance (→ maintainer) — fix, simplify, and reduce debt without changing behavior.Some concerns run through the phases, not as a single step — build them in, don't inspect them in at the end:
tester adds adversarial
tests; the quality-engineer assures V&V, reviews, and quality attributes.security-and-hardening in
construction, attacked in testing. Not a final checklist.graphic-designer inspects the rendered result.
Screenshots provide evidence for visual claims; executable tests provide evidence for behavior.actionable-communication so every phase leads with its artifact or
blocker, gives compact evidence, and names the next phase only when work remains.lifecycle-documentation to select the correct SRS, plan, design,
configuration, test, quality, V&V, user, review, audit, release, or operations artifact and apply
the same controlled-English and traceability rules at every phase boundary.find-simplifying-insight when rules and exceptions proliferate and
the underlying model may be wrong. Require a novel prediction and falsification test; do not force
a paradigm shift when the current model survives.Situations that enter the lifecycle at the smallest applicable phase:
debugging-and-error-recovery (root-cause it), then
implementation to fix it test-first (write a regression test first).performance-optimization (measure → fix → guard).security-and-hardening.visual-design (design and verify the rendered result).frontend-design (committed art direction, signature element, token-driven system), then visual-design to verify.maintenance.Reach for these methods directly, outside the phase graph:
interrogate — relentless interrogation to stress-test any plan, design, spec, or approach (the base
interrogation the requirements phase builds on).interrogate-with-docs — same interrogation, but challenges the plan against the project's documented
domain model and updates CONTEXT.md / ADRs inline.deslop — strip AI-generated slop from a recent change.