oracle
Installation
SKILL.md
Oracle
Purpose
Package the user's normal engineering workflow so it does not need to be restated. Invoke the global skill as $oracle init, $oracle plan, or $oracle implement (natural-language oracle ... is equivalent). Oracle has three commands:
oracle init [project root]
oracle plan <goal>
oracle implement <goal or plan>
Oracle combines five behaviors:
- Create a durable
.artifacts/workspace with human-readable project context and polished HTML artifacts. - Split separable work into parallel feature lanes with isolated Git state.
- Give each lane fresh implementation, testing, and review threads.
- Close every lane with project-specific
.artifacts/test.mdevidence and scored review. - Repeat failed lanes, integrate accepted lanes, then run final regression and release review.