Co-OmniSpec
Spec-driven development pipeline with reverse engineering and quality gates
All Skills in This Repository (53)
Pure Emerald Level Indicatorsdesign-interface
Generate formal interface contracts from architecture documents and entity definitions.
mini-design
Generate structured design documents from natural-language specifications.
design
Translate requirements into a structured design plan with templates.
evaluation-rubric
Assess specification outputs with a four-dimension rubric and YAML reports.
mini-implement
Translate design documents into incremental code changes with progress tracking.
specify-scenario
Generate INSERT/MODIFY/DELETE/REFER scenes from business intent and append to spec.md.
reverse-icenter
Automate iCenter page pulling, architecture linking, and knowledge extraction into omni-doc specs.
tasks
Generate dependency-ordered tasks.md from design documents for feature implementation.
skill-runner
Execute skills and append structured execution metrics to a JSON log.
design-entity
Identify and document logical entities with responsibilities and data contracts.
archive
Parse change directives and propagate them into documentation specification suites.
reverse-deep-logic-architecture
Reverse-engineer deep-logic architecture elements into a standardized Markdown report.
Frequently Asked Questions
FAQPage SchemaHow to install Co-OmniSpec?▼
Run `npx skills add ZTE-AICloud/Co-OmniSpec --all -g -y` in your terminal to install all skills in this suite globally.
What is spec-driven development with Co-OmniSpec?▼
You describe what you want in plain language, and the pipeline produces a specification, design, task list, and implementation in order. Each stage passes through quality gates before the next one starts.
Can Co-OmniSpec document an existing codebase?▼
Yes. The reverse-engineering skills scan existing code and generate architecture, interface, function, entity, scenario, and requirements documents before you refactor or extend it.
Which workflow modes does Co-OmniSpec support?▼
It offers express for small changes, standard for medium features, deep for architecture-heavy work, and expert for interactive design review. The routing skill picks one automatically or you can force a mode.
Does Co-OmniSpec enforce testing and code quality?▼
Yes. It enforces test-driven development with red-green-refactor cycles, coverage thresholds, automated code review, and model-based code quality scoring before completion.
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