noddde
Spec-driven development pipeline with automated tests and audits
All Skills in This Repository (9)
Pure Emerald Level Indicatorsupdate-docs
Synchronize documentation pages with updated specs via the Step 6 pipeline.
spec-status
Scan codebase specs and generate a dashboard-style implementation status report.
spec
Orchestrate a six-step spec-driven pipeline from planning to deployment.
edit-spec
Edit existing specs with breaking-change detection and downstream impact assessment.
validate-spec
Compare formal specs against source implementations and generate structured validation reports.
implement-spec
Implement behavioral specifications by completing step 3 in the RED-GREEN workflow.
run-tests
Run type checks and test suites with green/red status reports.
generate-tests
Generate vitest test cases from spec Test Scenarios headings.
new-spec
Automate seven-step behavioral spec creation for noddde modules.
Frequently Asked Questions
FAQPage SchemaHow to install noddde skills?โผ
Run `npx skills add dogganidhal/noddde --all -g -y` in your terminal to install all skills in this suite globally.
What is spec-driven development in noddde?โผ
Every feature starts as a written behavioral spec, which then drives test generation, implementation, and validation. The spec is the source of truth, so code and documentation never drift from requirements.
How does the builder and auditor pipeline work?โผ
A builder agent writes failing tests and implements the code, then an independent auditor agent reviews the result with fresh eyes. If the audit fails, the builder re-runs with the findings, up to two cycles.
Can I check progress across all specs?โผ
Yes. The spec-status skill scans every spec file and reports which pipeline step each one is on, plus recommended next actions based on dependencies.
Does noddde keep documentation up to date?โผ
Yes. The update-docs skill automatically refreshes code examples, API reference pages, and deprecation notices whenever a spec changes.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core