Tag: spec-driven-development
Automated Feature Implementation Workflow
An automated workflow for executing feature units by managing configuration, documentation, testing, and spec-to-implementation alignment.
Verify Implementation Against Change Artifacts
Validates that code implementations align with change artifacts including specifications, tasks, and design documents. It assesses completeness, correctness, and coherence by auditing task completion, requirement coverage, and design adhere…
Implementing tasks from OpenSpec changes
This skill automates the implementation of tasks defined within an OpenSpec change by iterating through task lists and updating progress. It handles context retrieval, status monitoring, and task completion within a spec-driven workflow.
Story Driven Development Workflow
A workflow for maintaining synchronisation between documentation and source code using git-based diffing. It manages bugs, change requests, and implementation cycles to ensure code always matches the specification.