From agentic-sdlc
Use this skill when you need to create, update, or manage project documentation including TODO lists, backlogs, changelogs, and archival workflows.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agentic-sdlc:project-docsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Maintain consistent, actionable project documentation across TODO, BACKLOG, and CHANGELOG files.
Maintain consistent, actionable project documentation across TODO, BACKLOG, and CHANGELOG files.
The TODO file is the active work queue. Every item must include priority, effort, and status.
## TODO
| Priority | Effort | Status | Description |
|----------|--------|-------------|--------------------------------------|
| P0 | S | in-progress | Fix authentication bypass on /admin |
| P1 | M | todo | Add pagination to list endpoints |
| P2 | L | blocked | Migrate to new payment provider |
| P3 | S | todo | Update footer copyright year |
| Level | Meaning | SLA |
|---|---|---|
| P0 | Critical — blocks release | Address immediately |
| P1 | High — required for next release | This sprint |
| P2 | Medium — planned work | Next 2-3 sprints |
| P3 | Low — nice to have | When capacity allows |
| Size | Meaning |
|---|---|
| S | Small — under 2 hours, single file change |
| M | Medium — half day, few files |
| L | Large — 1-2 days, multiple components |
| XL | Extra large — 3+ days, cross-cutting |
The BACKLOG holds deferred items that are not in the active sprint. Items here have been triaged but lack immediate priority.
## Backlog
### Enhancements
- [ ] Support bulk import via CSV upload
- [ ] Add dark mode toggle to settings
### Technical Debt
- [ ] Replace legacy ORM queries with query builder
- [ ] Consolidate duplicate validation logic
### Research
- [ ] Evaluate alternative search indexing strategies
- [ ] Spike: WebSocket vs SSE for real-time updates
Follow the Keep a Changelog format.
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/),
and this project adheres to [Semantic Versioning](https://semver.org/).
## [Unreleased]
### Added
- User profile avatar upload endpoint.
### Changed
- Increased default pagination limit from 20 to 50.
### Fixed
- Corrected timezone handling in scheduled reports.
## [1.2.0] - 2025-11-15
### Added
- Multi-tenancy support for organisation accounts.
[Unreleased] in CHANGELOG.md.[Unreleased] entries under a new version heading with today's date.archive/ section at the bottom of BACKLOG.md.npx claudepluginhub syanix/agentic-sdlc --plugin agentic-sdlcMaintains a changelog in Keep a Changelog format: categorizes entries, manages Unreleased section, promotes to versioned releases, and converts free-form changelogs.
Manages file-based todo tracking system in todos/ directory using markdown files: creates todos from feedback, updates status/dependencies, triages items, integrates with slash commands and code reviews.
Safely manages MASTER_PLAN.md files: backups before updates, task/bug status changes, adding roadmap items, completions with validation. Use for project task tracking.