# Spectr Next

> Execute the next pending task from a change proposal Use when this capability is needed.

- Skill: `tomevault-io/spectr-next` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/spectr-next`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/spectr-next/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/spectr-next

---


# Spectr Next Task Execution

## Guardrails

- Favor straightforward, minimal implementations first and add complexity only
  when it is requested or clearly required.
- Keep changes tightly scoped to the requested outcome.
- Refer to `spectr/AGENTS.md` and `spectr/project.md` (located inside
  the `spectr/` directory—run `ls spectr`) for project and
  Spectr conventions or clarifications.

## Steps

1. Discover the change proposal directory in `spectr/changes/`.
2. Parse `tasks.jsonc` to find the first task with `status: "pending"`.
3. Execute the task based on its description.
4. Update the task status: `pending` → `in_progress` → `completed`.
5. Report progress and suggest next steps.

## Reference

- Read `spectr/changes/<id>/proposal.md` for proposal details.
- Read `spectr/changes/<id>/tasks.jsonc` for task status and descriptions.
- Read `spectr/changes/<id>/specs/<capability>/spec.md` for delta specs.

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/connerohnesorge) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-11 -->

