Follow a standard workflow for feature implementation in a project that ensures that a technical spec drives both test writing and implementation in parallel, followed by a test coverage review and code review that are always performed before a pull request…
alexmensch/claude-sdlc-plugins
SkillsMP has collected 14 skills from alexmensch/claude-sdlc-plugins. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 14
- GitHub stars
- 0
- GitHub forks
- 0
Skills in this repository
Showing 14 of 14 collected skills.
Assesses what regulatory compliance frameworks apply to a software product and produces a practical, unified compliance report with concrete recommendations. Covers GDPR, EU data privacy regulations, CCPA/CPRA, and other relevant frameworks based on what the…
Researches whether a proposed product name or marketing name has trademark conflicts or confusing overlaps with existing products in the same industry. Covers both legal trademark concerns and non-legal naming collisions that could cause market confusion. Use…
Builds a focused landing page for a specific topic — such as a comparison page, migration guide, use case page, or campaign page. Takes the same user-focused approach as the main marketing site but narrows the scope to a single purpose. Use when the user says…
Builds a compelling marketing website for a software product by gathering context from the codebase, documentation, strategy, and roadmap. Focuses on what the user gets from the product rather than product features. Generates pages that match the project's…
Evaluates marketing pages for SEO and GEO (Generative Engine Optimisation) and makes specific, high-value recommendations. Can be called independently or invoked by the marketing site and landing page builders. Focuses on the optimisations that will actually…
Organises existing feature requirements into a sequenced, release-grouped roadmap. Outputs a ROADMAP.md file in the ./requirements directory. Use when the user says "plan roadmap", "roadmap planning", "sequence features", "organise releases", or "prioritise…
Traces code in a file back through git history to the originating requirements. Follows the chain — git blame → commit → PR → requirements GUID → spec file. Use when the user says "blame", "trace this code", "where did this come from", "which requirement does…
Writes a brief, user-facing changelog entry from one or more PR IDs or requirements files. Use when the user says "changelog", "write changelog", "changelog entry", "release notes", or "what changed".
Turns unstructured feature ideas into a well-defined requirements table through structured brainstorming. Output is designed to be passed directly to the new-feature skill. Use when the user says "define a feature", "I have an idea for a feature", "write…
Defines how pull requests must be formatted for this project. Use this skill whenever creating a pull request.
Writes a user-benefit-focused external roadmap document from an existing ROADMAP.md. Use when the user says "communicate roadmap", "external roadmap", "roadmap announcement", "write about the roadmap", or "share the roadmap".
Helps define and stress-test a product strategy — the "why we will win" behind the roadmap. Challenges the user's assumptions about differentiation, positioning, and competitive advantage, especially over-reliance on product/technology as the sole…
Defines what constitutes a major, minor, and patch version change according to semantic versioning conventions. Use this when determining how to bump a project's version number.