ZTE-AICloudZTE-AICloudOfficial·53 Agent Skills Included

Co-OmniSpec

Spec-driven development pipeline with reverse engineering and quality gates

Turns natural-language feature requests into structured specifications, design documents, dependency-ordered tasks, and working code through a gated pipeline. Reverse-engineers existing codebases into requirements, scenarios, interfaces, and architecture documents before making changes. Eliminates manual spec writing, inconsistent design reviews, and untracked task execution with automated quality gates and TDD enforcement.
npx skills add ZTE-AICloud/Co-OmniSpec --all -g -y

All Skills in This Repository (53)

Pure Emerald Level Indicators
📦 In Repo
ZTE-AICloudZTE-AICloud

design-interface

Generate formal interface contracts from architecture documents and entity definitions.

Official
Advanced
📦 In Repo
ZTE-AICloudZTE-AICloud

mini-design

Generate structured design documents from natural-language specifications.

Official
Advanced
📦 In Repo
ZTE-AICloudZTE-AICloud

design

Translate requirements into a structured design plan with templates.

Official
Advanced
📦 In Repo
ZTE-AICloudZTE-AICloud

evaluation-rubric

Assess specification outputs with a four-dimension rubric and YAML reports.

Official
Intermediate
📦 In Repo
ZTE-AICloudZTE-AICloud

mini-implement

Translate design documents into incremental code changes with progress tracking.

Official
Advanced
📦 In Repo
ZTE-AICloudZTE-AICloud

specify-scenario

Generate INSERT/MODIFY/DELETE/REFER scenes from business intent and append to spec.md.

Official
Advanced
📦 In Repo
ZTE-AICloudZTE-AICloud

reverse-icenter

Automate iCenter page pulling, architecture linking, and knowledge extraction into omni-doc specs.

Official
Advanced
📦 In Repo
ZTE-AICloudZTE-AICloud

tasks

Generate dependency-ordered tasks.md from design documents for feature implementation.

Official
Advanced
📦 In Repo
ZTE-AICloudZTE-AICloud

skill-runner

Execute skills and append structured execution metrics to a JSON log.

Official
Intermediate
📦 In Repo
ZTE-AICloudZTE-AICloud

design-entity

Identify and document logical entities with responsibilities and data contracts.

Official
Advanced
📦 In Repo
ZTE-AICloudZTE-AICloud

archive

Parse change directives and propagate them into documentation specification suites.

Official
Advanced
📦 In Repo
ZTE-AICloudZTE-AICloud

reverse-deep-logic-architecture

Reverse-engineer deep-logic architecture elements into a standardized Markdown report.

Official
Advanced

Frequently Asked Questions

FAQPage Schema
How 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