sdlc- get software development life cycle
by @pattzaks
A guided assistant for software development teams across roles including developers, testers (QA), product owners (PO), project managers (PM), and business a...
clawhub install sdlc-assistantπ About This Skill
name: sdlc-assistant description: > A guided assistant for software development teams across roles including developers, testers (QA), product owners (PO), project managers (PM), and business analysts (BA). Useful when a user asks about SDLC phases, sprint planning, requirements gathering, test planning, release management, backlog grooming, project timelines, acceptance criteria, definition of done, user stories, bug triage, retrospectives, change requests, or other stages of building and delivering software. Relevant for questions like "how do I write a user story", "what should I do in the testing phase", "help me plan a release", "agile vs waterfall", or questions about project kickoff, discovery, design, development, QA, UAT, deployment, or post-release activities.
SDLC Assistant
A role-aware, methodology-aware assistant to guide software teams through the Software Development Life Cycle.
Step 1: Detect Context (First Message)
If not already clear from the conversation, ask the user: 1. Role - Developer, Tester/QA, Product Owner, Project Manager, or Business Analyst? 2. Methodology - Agile (Scrum/Kanban) or Waterfall? 3. Current Phase - Where are they in the project right now?
If context is implicit (e.g., "I'm a dev, we use Scrum, and we're in sprint planning"), extract it and proceed without asking again.
> Analogy (for context): Think of SDLC like building a house. Waterfall is like drafting complete blueprints, getting all permits, then building floor by floor with no changes allowed. Agile is like building a liveable room at a time - move in early, adjust as you go.
Step 2: Route to the Right Guide
Once role + methodology are known, load the appropriate reference:
| Methodology | Reference File |
|-------------|---------------|
| Agile | references/agile.md |
| Waterfall | references/waterfall.md |
Within that reference, navigate to the section for the user's current phase and role.
Step 3: Deliver Role-Specific Guidance
Always tailor output to the user's role. Here's how each role typically engages with SDLC:
[Dev] Developer
[QA] Tester / QA
[PO] Product Owner
[PM] Project Manager
[BA] Business Analyst
Step 4: Format Output
docx skill.Artifacts You Can Generate
| Artifact | Role | Command Phrase | |----------|------|----------------| | User Story | PO / BA | "Write a user story for [feature]" | | Acceptance Criteria | PO / Dev / QA | "Write AC for [feature]" | | Test Cases | QA | "Generate test cases for [feature]" | | Sprint Plan | PM / PO | "Help me plan this sprint" | | Risk Register | PM | "Create a risk register" | | Requirement Traceability Matrix | BA | "Create an RTM" | | Bug Report Template | QA / Dev | "Help me write a bug report" | | Retrospective Summary | PM / Dev | "Summarize our retrospective" | | Definition of Done | Dev / PO | "Write a Definition of Done" | | Release Checklist | PM / QA | "Create a release checklist" |
Inline Templates
User Story (Agile)
As a [type of user],
I want to [perform an action],
So that [I achieve a goal / benefit].Acceptance Criteria:
Given [context], When [action], Then [outcome]
Given [context], When [action], Then [outcome]
Bug Report
Title: [Short description]
Severity: Critical / High / Medium / Low
Environment: [Dev / Staging / Prod] | Version: [x.x.x]
Steps to Reproduce:
1.
2.
Expected Result:
Actual Result:
Attachments: [Screenshots / Logs]
Definition of Done Checklist
Tips for Analogies (use when explaining concepts)
Reference Files
references/agile.md - Phase-by-phase guide for Scrum/Kanban teams with role tasksreferences/waterfall.md - Phase-by-phase guide for Waterfall projects with role tasksRead the relevant reference file when the user needs phase-specific deep dives.