julien-m
Community@julien-m
julien-m maintains LiveSpec, a slash-command suite for spec-driven development covering specification, planning, testing, coverage, and shipping lifecycle commands.
Agent Skills by julien-m
Showing 24 vetted skills indexed across 1 GitHub repositories.
spec-verify-output
Verify LiveSpec command run artifacts against expectations contracts.
spec-doctor
Audits LiveSpec project health by detecting spec drift, missing traceability anchors, and stale mappings.
source-command-cli
Routes user requests to the unified livespec CLI subcommands with correct flags and exit codes.
spec-feature
Orchestrates the full LiveSpec pipeline from specification through planning, implementation, and testing.
spec-stack
Analyzes stack change impact and creates architecture decision records for LiveSpec projects.
spec-refresh-conventions
Regenerates the project conventions bundle from the LiveSpec stack definition.
spec-check
Verifies specification-to-code alignment and produces gap reports with visual drift detection.
spec-specify
Generates feature specifications with user stories, Gherkin scenarios, Mermaid flowcharts, and acceptance criteria.
spec-status
Displays a read-only status overview of LiveSpec roadmap tiers and feature progress.
spec-ship
Ships multiple roadmap features end-to-end via autonomous sub-agent pipelines with merge and tracking.
spec-migrate
Applies pending LiveSpec migrations to upgrade a project's .specs directory to the latest version.
spec-fix
Fixes functional and visual implementation gaps detected by spec-check gap reports.
spec-hooks
Display, create, and edit lifecycle hooks for LiveSpec slash commands.
spec-init
Initializes a LiveSpec specification system through a conversational brainstorm and stack decision workflow.
spec-refine
Refines existing LiveSpec artifacts through guided conversation with diff-based edits.
spec-preflight
Verifies tooling, authentication sessions, and credentials before autonomous implementation work.
spec-journey
Creates, edits, compiles, and runs cross-feature User Journeys v2 for regression testing.
spec-play-coverage
Opens a browser playground visualizing spec-to-code coverage from @spec anchor grep data.
spec-test
Audits test coverage, generates missing tests from Gherkin scenarios, and executes test suites with visual gates.
spec-plan
Generates technical implementation plans with Mermaid sequence, state, and ER diagrams from feature specs.
spec-propose
Analyzes project context and proposes the next features to build with priority reasoning.
spec-implement
Implements features from LiveSpec plans with TDD, visual baselines, and spec traceability anchors.
spec-refresh-from-brainstorm
Syncs brainstorm lifecycle events into LiveSpec feature specs via an interactive Impact Report.
spec-explain
Synthesizes feature documentation from specs, plans, changelogs, and ADRs into visual explanations.
Frequently Asked Questions About julien-m
FAQPage SchemaWhat tasks can I perform with julien-m's LiveSpec skills?▼
You can manage the full spec-driven development lifecycle: initialize projects, specify and plan features, implement and fix specs, run tests and coverage, execute mutation testing, verify output, check project health, and ship releases using dedicated slash commands.
Who are the LiveSpec slash commands designed for?▼
They target software engineers and technical leads practicing spec-driven development who want structured commands for specifying, planning, testing, and shipping features, plus teams maintaining User Journeys v2 and convention documentation.
How do I run tests, coverage, and mutation checks with these skills?▼
Use the source-command-cli skill, an interactive picker for the unified livespec CLI surface. It exposes test, coverage, drivers, mutation, and preflight operations from one entry point, complemented by /spec-test, /spec-play-coverage, and /spec-preflight commands.
What prerequisites are needed to use the LiveSpec command suite?▼
You need a LiveSpec-enabled project, typically created with /spec-init, and an environment supporting slash commands such as Claude, since several skills are migrated Claude commands. The unified livespec CLI must be available for the interactive picker surface.
How does LiveSpec handle project health and specification drift?▼
The /spec-doctor command audits project health, /spec-check and /spec-verify-output validate outputs, /spec-refresh-conventions updates conventions, and /spec-refresh-from-brainstorm syncs brainstorm lifecycle events into specs through an interactive Impact Report.