Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计通过

sdlc-planningSDL 规划

Agent Skill

sdlc-planning 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

309

周安装

13

GitHub Stars

11

下载量

108
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:sdlc-planning(SDL 规划)
来源仓库:https://github.com/peterbamuhigire/skills-web-dev
仓库路径:skills/sdlc-planning
安装命令:
npx skills add https://github.com/peterbamuhigire/skills-web-dev --skill sdlc-planning
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/peterbamuhigire/skills-web-dev --skill sdlc-planning

简介

sdlc-planning 用于查找、检索和筛选相关信息。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中根据关键词、任务场景或来源线索快速定位候选结果。
  • 通过 npx skills add 命令从指定仓库安装并使用。
  • 使用前需确认权限范围、维护状态,以及是否涉及联网、命令执行或文件读写操作。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Platform Notes

  • Optional helper plugins may help in some environments, but they must not be treated as required for this skill.

SDLC Planning Skill

Use When

  • Generate Planning & Management documentation for SDLC projects. Covers Project Vision & Scope, SDP, SCMP, QA Plan, Risk Plan, SRS, and Feasibility Study. Use when starting a new project, conducting project governance, or establishing the planning...
  • The task needs reusable judgment, domain constraints, or a proven workflow rather than ad hoc advice.

Do Not Use When

  • The task is unrelated to sdlc-planning or would be better handled by a more specific companion skill.
  • The request only needs a trivial answer and none of this skill's constraints or references materially help.

Required Inputs

  • Gather relevant project context, constraints, and the concrete problem to solve; load templates only as needed.
  • Confirm the desired deliverable: design, code, review, migration plan, audit, or documentation.

Workflow

  • Read this SKILL.md first, then load only the referenced deep-dive files that are necessary for the task.
  • Apply the ordered guidance, checklists, and decision rules in this skill instead of cherry-picking isolated snippets.
  • Produce the deliverable with assumptions, risks, and follow-up work made explicit when they matter.

Quality Standards

  • Keep outputs execution-oriented, concise, and aligned with the repository's baseline engineering standards.
  • Preserve compatibility with existing project conventions unless the skill explicitly requires a stronger standard.
  • Prefer deterministic, reviewable steps over vague advice or tool-specific magic.

Anti-Patterns

  • Treating examples as copy-paste truth without checking fit, constraints, or failure modes.
  • Loading every reference file by default instead of using progressive disclosure.

Outputs

  • A concrete result that fits the task: implementation guidance, review findings, architecture decisions, templates, or generated artifacts.
  • Clear assumptions, tradeoffs, or unresolved gaps when the task cannot be completed from available context alone.
  • References used, companion skills, or follow-up actions when they materially improve execution.

Evidence Produced

CategoryArtifactFormatExample
Release evidenceSDLC planning document setMarkdown docs covering Project Vision & Scope, SDP, SCMP, QA Plan, and Risk Plandocs/sdlc/planning-2026-04-16.md

References

  • Use the templates/ directory when the task needs a structured deliverable.

Generate a complete Planning & Management documentation suite for software development projects. This skill produces 7 foundational documents that establish the project baseline before any code is written.

Load Order

  1. Load world-class-engineering.
  2. Load this skill to define the planning baseline and phase-entry gates.
  3. Pair it with engineering-management-system, advanced-testing-strategy, and deployment-release-engineering when the plan must be executable.

Executable Planning Standard

Planning documents must define more than scope. They must define:

  • critical flows and risk class
  • measurable success criteria and service expectations
  • delivery slices and release assumptions
  • testing, observability, and rollback expectations
  • ownership for decisions, operations, and follow-up

When to Use

  • Starting a new SaaS project and need a governance baseline
  • Establishing project planning documents for stakeholders or investors
  • Conducting a feasibility study before committing resources
  • Setting up configuration management and quality assurance processes
  • Creating a software development plan for the team
  • Building a risk management framework for an upcoming project
  • Preparing a full-system SRS (not just requirements interview or Android-only)

When NOT to Use

  • Gathering raw requirements via interview -- use project-requirements skill instead
  • Planning a single feature (spec + implementation) -- use feature-planning skill
  • Planning an Android companion app (PRD, SDS, API Contract) -- use mobile-saas-planning skill
  • Writing design documents (SDD, architecture, database design) -- use sdlc-design skill
  • Writing test plans with test cases -- use sdlc-testing skill
  • Writing deployment or user documentation -- use sdlc-user-deploy skill

Document Inventory

#DocumentFilePurposeAudienceLength
1Project Vision & Scopetemplates/project-vision-scope.mdEstablish the "why" and "what"Stakeholders, sponsors, investors15-30 pages
2Software Development Plantemplates/software-development-plan.mdManagement & technical approachPM, dev leads, QA20-40 pages
3Configuration Management Plantemplates/configuration-management-plan.mdChange & version control processesDevOps, dev leads, release mgrs15-25 pages
4Quality Assurance Plantemplates/quality-assurance-plan.mdQuality processes & standardsQA team, devs, PM15-25 pages
5Risk Management Plantemplates/risk-management-plan.mdIdentify, assess, mitigate risksPM, stakeholders, dev leads15-25 pages
6Software Requirements Spectemplates/software-requirements-spec.mdFull functional & non-functional requirementsDevs, QA, stakeholders, architects30-60 pages
7Feasibility Study Reporttemplates/feasibility-study-report.mdViability analysis before commitmentDecision makers, investors, sponsors15-30 pages

Generation Workflow

Generate documents in this order. Each builds on the previous.

Step 1: Gather context (use project-requirements skill if not done)
    |
Step 2: Feasibility Study Report (Go/No-Go decision)
    |
Step 3: Project Vision & Scope (approved vision)
    |
Step 4: Software Requirements Specification (full requirements)
    |
Step 5: Software Development Plan (how to build it)
    |
Step 6: Configuration Management Plan (how to manage changes)
    |
Step 7: Quality Assurance Plan (how to ensure quality)
    |
Step 8: Risk Management Plan (what can go wrong)

Prerequisites

Before generating any documents, gather or confirm:

InputSourceRequired?
Project name & domainUser interviewYes
Target market & usersUser interviewYes
Core feature listproject-requirements output or userYes
Tech stack decisionsProject context or defaultsYes
Budget & timeline constraintsUser or stakeholderRecommended
Existing system inventoryCodebase auditIf migrating
Regulatory requirementsUser or domain researchIf applicable

Cross-References to Existing Skills

Upstream Skills (use BEFORE this skill)

SkillRelationship
project-requirementsGathers raw requirements via guided interview. Feed its output (requirements.md, business-rules.md, user-types.md, workflows.md) into this skill's SRS and Vision documents.

Parallel Skills (use ALONGSIDE this skill)

SkillRelationship
feature-planningFor individual feature specs and implementation plans. This skill covers project-level planning; feature-planning covers feature-level planning.
vibe-security-skillSecurity baseline for all web applications. Reference in QA Plan and Risk Plan.

Downstream Skills (use AFTER this skill)

SkillRelationship
mobile-saas-planningFor Android companion app planning (PRD, SDS, API Contract). Uses this skill's SRS as input.
multi-tenant-saas-architectureBackend architecture patterns. Uses SDP and SRS as input.
modular-saas-architecturePluggable module architecture. Uses SRS module inventory.
saas-seederBootstrap the SaaS template. Uses requirements from SRS.
sdlc-designDesign documentation phase. Uses approved SRS as primary input.
sdlc-testingTesting documentation. Uses SRS requirement IDs for test case traceability.
Future skills to add (identified from ISO/IEC 14764-2006): Software Maintenance Plan (Corrective/Adaptive/Perfective/Preventive maintenance types) and Post-Deployment Evaluation Report are not yet implemented as skills but should be generated at project close.

Available SDLC Skills

SkillPhaseDocuments
sdlc-designDesignSDD, Database Design, API Design, UI/UX Spec
sdlc-testingTestingTest Plan, Test Cases, V&V Plan, Test Report, Peer Review

Available SDLC Skills (continued)

SkillPhaseDocuments
sdlc-user-deployDeliveryUser Manual, Deployment Guide, Release Notes, Training Plan

Adaptation Rules

SaaS vs Standalone

AspectMulti-Tenant SaaSStandalone App
Data isolationRow-level via franchise_idNot applicable
Auth modelDual auth (Session + JWT)Single auth model
Deployment3-env (dev/staging/prod)May be simpler
ScalingPer-tenant growth planningSingle-instance scaling
SRS sectionsInclude NFR-MT (multi-tenancy)Omit multi-tenancy NFRs
Risk registerInclude tenant data leakage risksOmit tenant-specific risks

Android + Web vs Web-Only

AspectAndroid + WebWeb-Only
SRS scopeInclude mobile NFRs (offline, app store)Web NFRs only
SDPInclude Android build pipelineWeb pipeline only
SCMPInclude Gradle + PHP configsPHP configs only
QA PlanInclude Android testing (Compose UI, JUnit 5)Web testing only
Risk PlanInclude app store rejection risksOmit mobile risks

MVP vs Full Product

AspectMVPFull Product
Vision scopeP0 features onlyP0 + P1 + P2 features
SDP phases2-3 phases5-8 phases
SRS depthCore modules onlyAll modules
FeasibilityFocus on technical + economicAll five feasibility types
Risk registerTop 10 risksComprehensive (20-30 risks)

Output Structure

When generating documents for a project, create this structure:

docs/planning/
├── 01-feasibility-study.md
├── 02-project-vision-scope.md
├── 03-software-requirements-spec.md
├── 03-srs/
│   ├── functional-requirements.md
│   ├── non-functional-requirements.md
│   └── traceability-matrix.md
├── 04-software-development-plan.md
├── 05-configuration-management-plan.md
├── 06-quality-assurance-plan.md
└── 07-risk-management-plan.md

Each file must stay under 500 lines. Split into subdirectories as needed.

Phase Gate Exit Criteria

Every project passes through six risk-based milestones (Disciplined Agile, 2020). Each milestone has mandatory exit criteria verified before proceeding. These map to the six DA milestones.

GateDA MilestoneTriggered ByExit Criteria
G1Stakeholder VisionEnd of Skill 01–03Vision documented; stakeholder register complete; scope agreed with Out of Scope listed; domain confirmed
G2Proven ArchitectureEnd of Skill 04Interface spec complete; architecture strategy selected; key risks identified; no unresolved [CONTEXT-GAP] tags
G3Requirements CompleteEnd of Skill 05All FRs have GWT stubs; all NFRs have SMART metrics; every FR traced to business goal; zero [V&V-FAIL] tags
G4Logic ValidatedEnd of Skill 06–07All LaTeX formulas verified; attribute mapping complete; no conflicts in Section 3.4
G5Audit PassedEnd of Skill 08Zero [V&V-FAIL], [GLOSSARY-GAP], [TRACE-GAP], [SMART-FAIL] tags; SRS approved by consultant
G6Production ReadyPost-testingTest plan complete; no open must-fix defects; Go/No-Go approved in phase exit meeting

Anti-pattern: Advancing to the next gate without resolving all tags from the current gate propagates defects downstream. One unresolved [V&V-FAIL] at G3 typically generates 5–10 downstream rework items.

Quality Checklist

Run after generating all documents:

  • All 7 documents generated (or justified why one was skipped)
  • Each document stays under 500 lines (split if needed)
  • Vision & Scope has measurable success metrics with numeric targets
  • SRS has numbered requirement IDs (FR-MOD-001, NFR-PERF-001)
  • SRS Section 1.2 includes an explicit ## Out of Scope subsection
  • Every NFR is SMART: Specific, Measurable, Achievable, Relevant, Time-bound — flag [V&V-FAIL: SMART metric not defined] for any that are not
  • Every SHALL requirement has an inline acceptance stub: **Acceptance:** Given [state], When [action], Then [outcome]
  • Requirements are prioritized using MoSCoW; time-sensitive features additionally scored with Cost of Delay
  • SDP references the correct tech stack with version numbers
  • SCMP describes the actual Git branching strategy being used
  • QA Plan references vibe-security-skill for security quality gates
  • Risk Register includes at least 8 pre-populated SaaS-specific risks
  • Feasibility Study ends with a clear Go/No-Go/Conditional recommendation
  • All documents cross-reference each other where relevant
  • Multi-tenant isolation addressed in SRS, QA Plan, and Risk Plan
  • Deployment environments (Windows dev, Ubuntu staging, Debian prod) documented in SDP
  • Release, rollback, and post-deploy observation assumptions are documented in the plan set
  • No vague language ("user-friendly", "fast", "secure") -- all measurable
  • Examples are tailored to the project's actual tech stack and domain

Anti-Patterns (What NOT to Do)

Anti-PatternWhy It FailsDo This Instead
Skip feasibility, jump to codingWastes resources on unviable projectsAlways do feasibility first
Copy-paste generic templatesDocuments don't match your projectCustomize every section to your context
Write SRS without stakeholder inputRequirements will be wrongUse project-requirements skill first
No measurable success metricsCan't tell if project succeededDefine KPIs with specific numeric targets
Ignore multi-tenant requirementsData leakage between tenantsAlways include NFR-MT requirements
One massive documentExceeds 500-line limit, hard to maintainSplit into index + sub-files
No risk registerRisks become surprisesPre-populate with common SaaS risks
Skip configuration managementDeployment chaos, lost changesDocument branching, releases, migrations
Write plans and never update themPlans become stale and uselessReview and update at each phase gate
Omit Out of Scope section from SRSScope creep is invisibleSRS Section 1.2 must include explicit ## Out of Scope subsection
Vague NFRs without SMART metricsCannot verify or test non-functional requirementsEach NFR must be Specific, Measurable, Achievable, Relevant, Time-bound
No Given-When-Then acceptance stubsRequirements written without verification linkageAdd inline **Acceptance:** Given [state], When [action], Then [outcome] to every SHALL requirement
Prioritize only by gut feelHigh-value work delayed; delivery misaligned with businessUse Cost of Delay (CoD) for time-sensitive requirements alongside MoSCoW

Template Files

Each template provides the complete structure, section-by-section guidance, example excerpts, anti-patterns, and a quality checklist.

  1. Project Vision & Scope
  2. Software Development Plan
  3. Configuration Management Plan
  4. Quality Assurance Plan
  5. Risk Management Plan
  6. Software Requirements Specification
  7. Feasibility Study Report

References


Back to: Skills Repository Related: project-requirements | feature-planning | mobile-saas-planning Last Updated: 2026-03-15 (strengthened per Adjei 2023, Winston, Etter 2016, Cone 2023)

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

33.69%
按下载量换算36

Claude

29.13%
按下载量换算31

Cursor

18.58%
按下载量换算20

Gemini CLI

8.91%
按下载量换算10

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills