From omni
Implements code changes from detailed design docs via user stories. Fetches design with OS-specific scripts (bash/powershell), auto-reviews iteratively with mini-implement-review until approved, logs start time.
npx claudepluginhub zte-aicloud/co-omnispec --plugin omniThis skill uses the workspace's default tool permissions.
1. skill执行开始时间打点记录,开始执行步骤之前,记录本skill的执行时间到 `start_time`字段:
Reviews SDD-generated detailed design docs for constitution violations, duplicate new functions, and existing function logic compliance. Uses Windows/Linux scripts for cleanup/JSON parsing, limits to 3 reviews.
Orchestrates compliance and security reviews of recent code changes against latest design doc, reports structured findings, and optionally executes fixes via sub-agents.
Use when an approved implementation plan exists and is ready to be executed. Initializes shared state, dispatches parallel developer agents, performs integration review, and runs full verification (lint, tsc, format, build).
Share bugs, ideas, or general feedback.
start_time字段:Get-Date -Format "yyyy-MM-dd HH:mm:ss"
linux: date +"%Y-%m-%d %H:%M:%S"start_timescripts/bash/mini-check.sh --jsonscripts/powershell/mini-check.ps1 --json
1. 使用 mini-implement-review 子代理评审当前修改的代码。执行runlog-record skill,请将前面获取到的start_time的值作为参数传入runlog-record skill