Use when implementing a feature, fixing a bug, or making any non-trivial code change in this repository. Drives the octospec 4-phase engineering flow (Plan, Implement, Verify, Finish) so the change follows this repo's rules in .octospec/ and ships a PR with a linked spec. Triggers on requests like "add ...", "implement ...", "fix ...", "refactor ...", "change the ... API", 写功能, 修 bug, 加接口, 改逻辑. Skip for trivial edits (typo, docs, lint, pure config) — those do not need the flow.
$npx -y skills add mininglamp-oss/octo-server --skill octospec-workflowInstalls into the current project.
Run `npx skills use "https://github.com/mininglamp-oss/octo-server" --skill "mininglamp-oss/octo-server/octospec-workflow"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/mininglamp-oss/octo-server" that are relevant to the current task. Run `npx skills add "https://github.com/mininglamp-oss/octo-server"` and select the relevant skills, then follow their instructions.