vichitra-studio
- 5 skills
- 0 followers
- 9 hours ago last updated
- ▌ Specdev Step · vichitra-studioAuthor, extend, and review a single waterfall step. Dispatches specdev-impl in author mode to emit a fresh spec/NN_*.json from the step's prompt contract, or in author-extend mode to additively insert new operator-intent content into an EXISTING artifact, then runs the full review-fix loop via the /specdev-review protocol. Returns CONVERGED or HALT. When spec/NN_*.json exists and operator intent is propagation → /specdev-review --with-replay. When spec/NN_*.json exists and operator intent is to extend with NL-authored content → /specdev-step <NN> --extend "<intent>" (dispatches author-extend mode). NOT for step 16 trinity phases (→ /specdev-trinity). NOT for context-only or read-only questions about a step (→ /specdev-context). Sibling skills: specdev-context (orientation/read), specdev-review (review existing artifact), specdev-trinity (trinity phases 16a/16b/16c). Trigger on: "author step NN", "implement step NN", "/specdev-step NN", "/specdev-step NN --extend", "add content to step NN", or any request to p
- ▌ Specdev Review · vichitra-studioRun the structured review-fix loop on a spec scope. Dispatches specdev-scope (Haiku) for fan-out planning, then runs specdev-reviewer instances in parallel per round, merges findings, dispatches specdev-impl (fix mode) for repairs, and returns CONVERGED or HALT with findings path. NOT when spec/NN_*.json is absent (→ /specdev-step to author it first). NOT for ms_*_plan.json trinity reviews (→ /specdev-trinity). NOT for PR or audit scopes (→ /devspec_pr_audit). The artifact under review must already exist. Sibling skills: specdev-step (author missing step first), specdev-trinity (ms_* plan reviews), devspec_pr_audit (PR/branch audit scopes). Trigger on: "review step NN", "run review", "/specdev-review", review + any step reference, "check step", "audit scope", or after any spec authoring or editing task (artifact must exist).
- ▌ Specdev Context · vichitra-studioLoad context for a pipeline step — for orientation, read-only inspection, and answering questions about spec files or pipeline steps. Use its primitives to safely read spec files; never read spec/ directly with the Read tool. NOT for authoring a new step artifact (→ /specdev-step). NOT for reviewing or fixing an existing artifact (→ /specdev-review). NOT for trinity phases or ms_*_plan.json work (→ /specdev-trinity). NOT when the task is to author, edit, or review a spec step. Sibling skills: specdev-step (author new step), specdev-review (review+fix), specdev-trinity (trinity phases). Trigger on: "what does step NN need", "look at step NN", "explain step NN", "/specdev-context NN", or any orientation/analysis/debugging question about a spec step.
- ▌ Specdev Trinity · vichitra-studioOrchestrate trinity phases (16a plan, 16b code-write, 16c code-review) for a milestone batch via --phase plan|impl|review; orchestrates, does NOT author plan artifacts. Plan phase reviews ms_<batch_id>_plan.json then gates on user approval. Impl phase serially executes each group via specdev-trinity-impl + per-group review loop. Review phase runs milestone-wide reviewer + milestone_fix loop. Filesystem-derived state; no schema extensions. Trigger on: "trinity plan", "trinity impl", "trinity review", "/specdev-trinity", any /specdev-trinity invocation, "16a", "16b", "16c", "batch <id> plan|impl|review".
- ▌ Devspec Pr Audit · vichitra-studio bundlePer-PR audit of the devspec_toolkit (branch diff vs main). Six-phase pipeline detects drift across schemas, prompts, validators, canon, CLI surface, and docs. Trigger on: "/devspec_pr_audit", "audit this PR", "run pr audit", "check toolkit drift", or any request to audit toolkit-internal changes on a feature branch.