dogma: Skill for Claude Code

.github/skills/sprint-planning/SKILL.md

sprint-planning is a skill for Claude Code from EndogenAI/dogma. It costs 124 tokens per session (2,493 once invoked), scanned A, original, Apache-2.0.

A sprint-planning workflow reviews open GitHub issues, groups them by topic and priority, proposes the next set of work, updates the sprint milestone, and creates a workplan in docs/plans/.

In plain words
What is it for?
Use it for end-of-sprint planning or when the backlog needs a structured proposal for the next sprint.
Why use it?
It removes the need to sort through a growing backlog and assemble the next sprint by hand.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: mentions AGENTS.md.

This is EndogenAI/dogma's own configuration. It tells Claude Code how to work on dogma 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 dogma configures →

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is uv run python scripts/scaffold_workplan.py sprint-NNN-<theme-slug> \.

Reuse

Borrowing it

Nothing to install: this file belongs to EndogenAI/dogma. 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/EndogenAI/dogma/main/.github/skills/sprint-planning/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/EndogenAI/dogma

Made for: Claude Code.

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 sprint-planning

README.md
[![agentmods](https://agentmods.dev/badge/skills/endogenai/dogma/sprint-planning/github.svg)](https://agentmods.dev/skills/endogenai/dogma/sprint-planning)
Your own site
<a href="https://agentmods.dev/skills/endogenai/dogma/sprint-planning"><img src="https://agentmods.dev/badge/skills/endogenai/dogma/sprint-planning/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for sprint-planning

Your own site · 80×15
<a href="https://agentmods.dev/skills/endogenai/dogma/sprint-planning"><img src="https://agentmods.dev/badge/skills/endogenai/dogma/sprint-planning.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 124 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,493 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00124 $0.02493
Opus 5 $0.00062 $0.01247
Sonnet 5 $0.00025 $0.00499
Haiku 4.5 $0.00012 $0.00249

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

Security

Grade A, and why

sprint-planning 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 8d 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.

.github/skills/sprint-planning/SKILL.md · 286 lines

How it starts

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

Sprint Planning

This skill enacts the Endogenous-First axiom from MANIFESTO.md: before proposing any new sprint, the agent reads the full open-issue backlog, existing milestones, and prior workplans — so the sprint is scaffolded from known committed context, not invented interactively. Sprint planning discipline is governed by AGENTS.md § Sprint Phase Ordering Constraints and § Agent Communication → docs/plans/. When this skill and those documents conflict, the primary documents take precedence.

Canonical workplan template: docs/plans/2026-03-08-value-encoding-fidelity.md


Beliefs & Context

This skill implements the sprint-planning workflow as a repeatable procedure for the Executive PM and Executive Planner.

Used by:

  • Executive PM — owns milestone creation, issue assignment, label taxonomy
  • Executive Planner — owns phase decomposition and workplan authoring
  • Executive Orchestrator — delegates when user requests "plan the next sprint"

Foundation documents:


1. When to Use This Skill

Use this skill when:

Trigger Description
User requests a sprint plan "Plan the next sprint", "what should we work on next?"
Current milestone is ≥ 80% closed Time to scope the next sprint
Backlog has ≥ 5 unlabelled or unmilestoned open issues Hygiene pass required before planning
A major new capability was delivered Logical sprint boundary

Read the full file on GitHub · 286 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. 8d ago First seen · 286 lines · 124 tokens per session scan A af85e6f5d731

Subscribe to this mod's changes

sprint-planning is a skill published in the GitHub repository EndogenAI/dogma (2 stars, last pushed 15d ago), licensed Apache-2.0. It adds 124 tokens to every session and 2,493 once invoked, about $0.0006 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.