بنقرة واحدة
spectr-apply
Apply or accept a change proposal and implement its tasks
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Apply or accept a change proposal and implement its tasks
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Create a new change proposal with delta specs and tasks
Accept Spectr change proposals by converting tasks.md to tasks.jsonc without requiring the spectr binary. USE WHEN you're in a sandboxed or restricted execution context and spectr is not available in your path. DO NOT USE WHEN you need a lightweight alternative for task acceptance, but have the spectr binary available. DO NOT USE when you have the spectr binary available.
Accept Spectr change proposals by converting tasks.md to tasks.jsonc without requiring the spectr binary. USE WHEN you're in a sandboxed or restricted execution context and spectr is not available in your path. DO NOT USE WHEN you need a lightweight alternative for task acceptance, but have the spectr binary available. DO NOT USE when you have the spectr binary available.
Execute the next pending task from a change proposal
| name | spectr-apply |
| description | Apply or accept a change proposal and implement its tasks |
spectr/AGENTS.md and spectr/project.md (located inside
the spectr/ directory—run ls spectr) for project and
Spectr conventions or clarifications.Track these steps as TODOs and complete them one by one.
spectr accept <id> to convert tasks.md to tasks.jsonc format for
stable task tracking. Note: Both tasks.md (human-readable source) and
tasks.jsonc (runtime source of truth) coexist after accept—update task
statuses in tasks.jsonc.spectr/changes/<id>/proposal.md, design.md (if present), and
tasks.jsonc to confirm scope and acceptance criteria.tasks.jsonc after verifying
the work.tasks.jsonc is finished.tasks.jsonc after all work is done. Tasks
have status values: pending, in_progress, completed.spectr/changes/ and spectr/specs/ directories when additional
context is required.spectr/changes/<id>/proposal.md for proposal details.spectr/changes/<id>/specs/<capability>/spec.md for delta specs.