changelog
Auto-generates a changelog from git commits, sprint data, and design documents. Produces both internal and user-facing versions.
First-time onboarding — asks where you are, then guides you to the right workflow. No assumptions.
This listing is imported from SkillsMP metadata and should be treated as untrusted until upstream source review is completed.
Install skill "start" with this command: npx skills add sadowskr/skillsmp-sadowskr-sadowskr-start
This source entry does not include full markdown content beyond metadata.
This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.
Related by shared tags or category signals.
Auto-generates a changelog from git commits, sprint data, and design documents. Produces both internal and user-facing versions.
Brownfield onboarding — audits existing project artifacts for template format compliance (not just existence), classifies gaps by impact, and produces a numbered migration plan. Run this when joining an in-progress project or upgrading from an older template version. Distinct from /project-stage-detect (which checks what exists) — this checks whether what exists will actually work with the template's skills.
Creates an Architecture Decision Record (ADR) documenting a significant technical decision, its context, alternatives considered, and consequences. Every major technical choice should have an ADR.
Validates completeness and consistency of the project architecture against all design specs. Builds a traceability matrix mapping every design spec technical requirement to ADRs, identifies coverage gaps, detects cross-ADR conflicts, verifies stack compatibility consistency across all decisions, and produces a PASS/CONCERNS/FAIL verdict. The architecture equivalent of /design-review.