epic-close

epic-close is a command for Claude Code from kamiazya/scopes. It costs 0 tokens per session (381 once invoked), scanned A, original, Apache-2.0.

A command that marks a large piece of project work, called an epic, as complete after all its tasks are finished.

In plain words
What is it for?
Use it to close tasks, update the epic and any linked product requirements document, close its GitHub issue, and optionally archive its files.
Why use it?
It prevents an epic from being closed while tasks remain open and keeps related project records up to date.

Command for Claude Code

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 commands/kamiazya/scopes/epic-close
Clone the repo
git clone --depth 1 https://github.com/kamiazya/scopes

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 epic-close

README.md
[![agentmods](https://agentmods.dev/badge/commands/kamiazya/scopes/epic-close.svg)](https://agentmods.dev/commands/kamiazya/scopes/epic-close)
Your own site
<a href="https://agentmods.dev/commands/kamiazya/scopes/epic-close"><img src="https://agentmods.dev/badge/commands/kamiazya/scopes/epic-close.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 381 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.00000 $0.00381
Opus 5 $0.00000 $0.00191
Sonnet 5 $0.00000 $0.00076
Haiku 4.5 $0.00000 $0.00038

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

Security

Grade A, and why

epic-close 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.

.claude/commands/pm/epic-close.md · 70 lines

What it actually says

Epic Close

Mark an epic as complete when all tasks are done.

Usage

/pm:epic-close <epic_name>

Instructions

1. Verify All Tasks Complete

Check all task files in .claude/epics/$ARGUMENTS/:

  • Verify all have status: closed in frontmatter
  • If any open tasks found: "❌ Cannot close epic. Open tasks remain: {list}"

2. Update Epic Status

Get current datetime: date -u +"%Y-%m-%dT%H:%M:%SZ"

Update epic.md frontmatter:

status: completed
progress: 100%
updated: {current_datetime}
completed: {current_datetime}

3. Update PRD Status

If epic references a PRD, update its status to "complete".

4. Close Epic on GitHub

If epic has GitHub issue:

gh issue close {epic_issue_number} --comment "✅ Epic completed - all tasks done"

5. Archive Option

Ask user: "Archive completed epic? (yes/no)"

If yes:

  • Move epic directory to .claude/epics/.archived/{epic_name}/
  • Create archive summary with completion date

6. Output

✅ Epic closed: $ARGUMENTS
  Tasks completed: {count}
  Duration: {days_from_created_to_completed}
  
{If archived}: Archived to .claude/epics/.archived/

Next epic: Run /pm:next to see priority work

Important Notes

Only close epics with all tasks complete. Preserve all data when archiving. Update related PRD status.

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 · 70 lines · 0 tokens per session scan A a239b9a71a7f

Subscribe to this mod's changes

epic-close is a command published in the GitHub repository kamiazya/scopes (2 stars, last pushed 9mo ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 381 tokens. 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.