Agent skill
scope
Decompose an accepted ADR into GitHub issues using the issue-creator tool.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/scope
SKILL.md
Scope
Turn an accepted ADR into a set of GitHub issues. Read AGENTS.md if not in context.
Inputs
Path to the accepted ADR file (or paste contents). Optionally: repo override (owner/repo).
Workflow
-
Read ADR — Extract: Context, Decision, Success Criteria, and any explicit scope boundaries.
-
Identify work units — Break the decision into discrete, independently deliverable chunks. Each chunk becomes one issue.
-
Write spec file — Create a temporary spec in issue-creator batch format:
## Epic: <title> Goal: <from ADR Decision> ADR: <path-to-adr> ### Issue: <title> Goal: <what this chunk delivers> Success Criteria: - <measurable criterion> Non-Goals: <explicit exclusions> -
Run issue-creator — Execute:
python .aide/tools/issue-creator/issue-creator.py <spec-file> -
Verify — Confirm each issue was created with correct labels and GitHub Issue Type. Output issue URLs.
-
Cleanup — Delete the temporary spec file.
Reference
- Issue-creator format + errors:
.aide/docs/agents/issue-creator-ref.md - Full tool docs:
.aide/tools/issue-creator/README.md
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?