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…
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…