gaze: Skill for OpenCode

.opencode/skill/speckit-workflow/SKILL.md

speckit-workflow is a skill for OpenCode from unbound-force/gaze. It costs 38 tokens per session (1,121 once invoked), scanned A, original, Apache-2.0.

A workflow rule for Swarm, a coordinator that divides coding work among tasks, when a Speckit tasks.md file already defines the breakdown. Speckit is a specification workflow that stores planned work in numbered task lists.

In plain words
What is it for?
Use it to turn Speckit or OpenSpec phases into Swarm work groups and follow their task order, including parallel-task markers.
Why use it?
It prevents the coordinator from creating a different task breakdown when an approved tasks.md file already exists.

Skill for OpenCode

Written for OpenCode: installed under .opencode/. Also seen: mentions AGENTS.md.

This is unbound-force/gaze's own configuration. It tells OpenCode how to work on gaze itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything gaze configures →

Reuse

Borrowing it

Nothing to install: this file belongs to unbound-force/gaze. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/unbound-force/gaze/main/.opencode/skill/speckit-workflow/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/unbound-force/gaze

Made for: OpenCode.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for speckit-workflow

README.md
[![agentmods](https://agentmods.dev/badge/skills/unbound-force/gaze/speckit-workflow.svg)](https://agentmods.dev/skills/unbound-force/gaze/speckit-workflow)
Your own site
<a href="https://agentmods.dev/skills/unbound-force/gaze/speckit-workflow"><img src="https://agentmods.dev/badge/skills/unbound-force/gaze/speckit-workflow.svg" alt="Measured on agentmods" height="20"></a>
Per session 38 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,121 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00038 $0.01121
Opus 5 $0.00019 $0.00561
Sonnet 5 $0.00008 $0.00224
Haiku 4.5 $0.00004 $0.00112

Measured 6d ago against content hash 0497febe00e5, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

speckit-workflow scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.opencode/skill/speckit-workflow/SKILL.md · 142 lines

How it starts

The opening of the file, as written. The whole thing — 142 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Speckit Workflow — Swarm Skill

This skill teaches you (the Swarm coordinator) how to work with Speckit's pre-decomposed task lists. When a tasks.md file exists for the active feature, it is the authoritative decomposition — do NOT re-decompose via CASS.

When This Skill Applies

Check for a tasks.md file in the active spec directory:

  1. Look for specs/NNN-*/tasks.md relative to the project root (Speckit strategic workflow)
  2. Look for openspec/changes/*/tasks.md (OpenSpec tactical workflow)

If tasks.md exists, follow the instructions below. If no tasks.md exists, proceed with standard CASS decomposition.

Reading tasks.md

Phase Structure

Tasks are organized into numbered phases:

## Phase 1: Setup
## Phase 2: Foundational
## Phase 3: User Story 1 (P1)
## Phase 4: User Story 2 (P1)
...
## Phase N: Polish

Map each phase to a Swarm epic. Phase 1 becomes epic "Setup", Phase 2 becomes epic "Foundational", etc.

Task Format

Each task follows this format:

- [ ] T001 [P] [US1] Description with file path
  • Checkbox - [ ]: Uncompleted task. - [x]: Done.
  • Task ID T001: Sequential identifier
  • [P] marker: This task can run in parallel with other [P] tasks in the same phase (they touch different files). Tasks WITHOUT [P] are sequential.
  • [US1] label: Maps to User Story 1 from the spec. Use as cell metadata when creating Swarm cells.
  • Description: What to do and which file to modify.

Phase Dependencies

  • Setup and Foundational phases MUST complete before any User Story phases begin.
  • User Story phases may run in parallel if they are marked as independent in the Dependencies section of tasks.md.
  • Polish phase runs after all User Story phases.

Creating Swarm Work Items

  1. Read the full tasks.md to understand all phases.

Read the full file on GitHub · 142 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 142 lines · 38 tokens per session scan A 0497febe00e5

Subscribe to this mod's changes

speckit-workflow is a skill published in the GitHub repository unbound-force/gaze (2 stars, last pushed yesterday), licensed Apache-2.0. It adds 38 tokens to every session and 1,121 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

Planner

Converts user intent into structured execution plans, including steps, dependencies, risks, and required tools.

Razaib-khan/ForgeWeave · 21 tokens

planning-and-task-breakdown

Breaks work into ordered tasks. Use when you have a spec or clear requirements and need to break work into implementable tasks. Use when a task feels too large to start, when you need to estimate scope, or when parallel work is possible.

vanja-emichi/a0_agent_skills · 56 tokens

html-ppt-hermes-cyber-terminal

OpenDesign + BYOK: choosing and wiring your own model, hands-on — cost, quality, and the routing decision. Built as a decision-grade AI literacy deck for engineers, IT, applied-AI teams.

nexu-io/open-design · 53 tokens

development

开发语言能力索引。Python、Go、Rust、TypeScript、Java、C++、Shell。当用户提到编程、开发、代码、语言时路由到此。.

fengshao1227/ccg-workflow · 41 tokens

tencent-docs

腾讯文档(docs.qq.com)-在线云文档平台,是创建、编辑、管理文档的首选 skill。涉及"新建/创建/编辑/读取/查看/搜索文档"、"保存文件"、"云文档"、"腾讯文档"、"docs.qq.com"等操作,请优先使用本 skill。支持能力:(1) 创建各类在线文档(文档/Word/Excel/幻灯片/思维导图/流程图/智能表格/收集表)(2) 管理知识库空间(创建空间、查询空间列表)(3) 管理空间节点、文件夹结构 (4) 读取/搜索文档内容 (5) 编辑操作智能表 (6) 编辑操作在线文档 (7) 文件管理(重命名、移动、删除、复制、导入导出)(8) 网页剪藏、本地文件/文档上云。.

UnicomAI/wanwu · 209 tokens

post-build-flow

Handles workflow verification and setup after build-workflow succeeds, or when the message contains workflow-verification-follow-up or workflow-setup-required. Load after direct builds, when verificationReadiness requires action, or on orchestrator verify/setup follow-up turns.

n8n-io/n8n · 53 tokens