work

work is a skill for Claude Code, Codex from Maximumsoft-Co-LTD/claude-flightdeck. It costs 148 tokens per session (2,315 once invoked), scanned A, original, MIT.

A workflow command for taking a sprint task from selection through implementation and review. A sprint is a planned group of development tasks.

In plain words
What is it for?
Use it to pick the next task, execute a named task, or run several task IDs through the project’s delivery process.
Why use it?
It organizes task selection, design checks, parallel work, conflict checks, and final review so important steps are less likely to be skipped.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/maximumsoft-co-ltd/claude-flightdeck/work
Any agent
npx skills add Maximumsoft-Co-LTD/claude-flightdeck --skill work
Clone the repo
git clone --depth 1 https://github.com/Maximumsoft-Co-LTD/claude-flightdeck

Made for: Claude Code, Codex.

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 work

README.md
[![agentmods](https://agentmods.dev/badge/skills/maximumsoft-co-ltd/claude-flightdeck/work.svg)](https://agentmods.dev/skills/maximumsoft-co-ltd/claude-flightdeck/work)
Your own site
<a href="https://agentmods.dev/skills/maximumsoft-co-ltd/claude-flightdeck/work"><img src="https://agentmods.dev/badge/skills/maximumsoft-co-ltd/claude-flightdeck/work.svg" alt="Measured on agentmods" height="20"></a>
Per session 148 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,315 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 $0.00148 $0.02315
Opus 5 $0.00074 $0.01157
Sonnet 5 $0.00030 $0.00463
Haiku 4.5 $0.00015 $0.00231

Measured 3d ago against content hash 59fc62e36fc5, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

work 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 3d 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.

core/.claude/skills/work/SKILL.md · 164 lines

How it starts

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

/work — Pick · Design-First · Auto-Fanout · 6-Gate

Announce: Using /work to [pick the next task / execute {{TASK_ID_PREFIX}}-S. / fan out N tasks].

One command from "a task exists" to "reviewed, ready to merge". It runs the discipline for you — design-first (A005), the cost-aware fan-out decision (../../rules/sub-agent-workflow.md §1.0/§1.5), the 4-layer Conflict Radar (../../../docs/playbooks/parallel-conflict-prevention.md), and the mandatory 6-gate review (../../../docs/playbooks/post-delegation-review.md).

Token budget

  • Read only the active board (limit: 200) + the candidate task's design doc. Everything else via Grep (frontier scan, path-overlap, contract scan).
  • Dispatch implementation to a sub-agent via a brief file, never a long inline prompt (see ../../rules/sub-agent-workflow.md §3).
  • Don't re-Read what a returning agent reported; trust its summary, verify via the gates.

Forms

Form Behaviour
/work pick the next eligible task from the active board (old /next-task)
/work {{TASK_ID_PREFIX}}-S<N>.<NN> execute that specific task (old /assign)
/work A B C execute several — auto-fan-out the disjoint frontier (old /dispatch-parallel)
/work --serial force one-at-a-time even if the frontier looks disjoint

Step A — Classify the work

  1. Ensure a sprint board exists. If docs/project/sprints/ has no active sprint folder (or its tasks.md is missing), scaffold one before picking a task: mkdir -p docs/project/sprints/S<N>/designs/_briefs, copy docs/project/_templates/tasks.mdsprints/S<N>/tasks.md, fill the Glance header, and pull in the backlog rows scheduled for this sprint (Grep docs/project/backlog.md for wip S<N>). This is how a sprint starts — there is no separate "new sprint" command.
  2. Identify the task(s). No arg → scan docs/project/sprints/S<N>/tasks.md for the unblocked frontier (lowest priority-number first, dependencies met). Task ID(s) given → take those rows.
  3. Read the Type of each → look up ../../rules/phase-matrix.md for the phase list (which gates run / run-light / skip / trigger). Quote the phase list back to the user before dispatch.
  4. Readiness gate — confirm dependencies done, acceptance criteria present, not already in flight. Block + report if not ready.
  5. Confirm-open gate (do NOT trust the Status column). Before committing to execute, run scripts/backlog.sh verify <B###> for the backlog item behind the task. Exit 0 = genuinely open → proceed. Exit 1 = already closed (it's in the cold archive or terminal-but-unswept) → do not re-implement: sweep the stale row (scripts/backlog.sh sweep) and pick the next eligible task. Exit 2 = unknown ID → don't assume open; grep the sprint records first. This is mechanism for the lesson that status drift causes re-picking shipped work — one cheap grep beats a wasted implementation.

Read the full file on GitHub · 164 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 3d ago First seen · 164 lines · 148 tokens per session scan A 59fc62e36fc5

Subscribe to this mod's changes

work is a skill published in the GitHub repository Maximumsoft-Co-LTD/claude-flightdeck (2 stars, last pushed 2mo ago), licensed MIT. It adds 148 tokens to every session and 2,315 once invoked, about $0.0007 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

github-issue-triage

Issue triage and lifecycle management agent for ZeroClaw. Use this skill whenever the user wants to: triage open issues, close stale/duplicate/fixed issues, apply labels, run a backlog sweep, enforce the current issue stale policy, or handle a specific issue. Trigger on: 'triage issues', 'issue triage', 'sweep…

zeroclaw-labs/zeroclaw · 140 tokens

kanban-board

To do / In progress / In review / Done 四列, 卡片 + 头像 + 泳道.

nexu-io/html-anything · 26 tokens

team-workflow

Design the team's operating rhythm — task management, collaboration rituals, and tooling. Use when the day-to-day cadence needs structure. For a time-boxed sprint, use design-sprint-plan.

Owl-Listener/designer-skills · 43 tokens

seeds-issue-audit

Audit and triage open Seeds (sd) issues — find which can be closed, auto-close high-confidence completed ones, and report borderline cases. Activate for prompts like "audit open issues", "which seeds issues can be closed", "clean up the issue tracker", "triage the seeds backlog".

jayminwest/warren · 67 tokens

good-first-issue-batch

File a batch of contributor-ready GitHub issues from the seeds backlog, re-verifying every candidate against HEAD first so no dead issue reaches a contributor. Activate for prompts like "file some good first issues", "open a batch of GFIs", "publish backlog issues to GitHub", "find contributor-ready work", or after an…

jayminwest/warren · 80 tokens

meeting-transcript

Process meeting recordings and notes into structured decisions, action items, and team dynamics with intelligent noise filtering.

huytieu/COG-second-brain · 23 tokens