dogganidhaldogganidhalCommunityยท9 Agent Skills Included

noddde

Spec-driven development pipeline with automated tests and audits

Automates a six-step spec-driven workflow: write behavioral specs, generate failing tests, implement code, and validate results. Coordinates separate builder and auditor roles that exchange reports, eliminating blind spots from self-reviewed code. Keeps documentation, API references, and test suites synchronized with every spec change automatically.
npx skills add dogganidhal/noddde --all -g -y
Available:

Instructs the agent on the repository's spec-first authority rules, coding conventions, and how to route feature requests through the /spec pipeline with orchestrator, builder, and auditor roles.

All Skills in This Repository (9)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’