Agent skill
esper:backlog
Show the current backlog of pending and active plans, sorted by priority.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/esper-backlog
SKILL.md
Display the current esperkit backlog for this project.
Steps
-
Run
esperkit config check. If it exits non-zero, tell the user to run/esper:initfirst and stop. -
Run the backlog display subcommand:
bashesperkit backlogPrint the output verbatim. Shows ACTIVE, PENDING, and DONE (last 3) sections.
-
Run
esperkit config get backlog_mode. If the output isgithub, also run:bashgh issue list --state open --json number,title,labelsCross-reference open issues with: the current phase file's
gh_issuefield (parent issue), and all plan files'gh_issuefields (sub-issues of the phase). Flag any open GitHub issues that have no matching phase or plan. -
Print at the bottom:
- Current phase: run
esperkit config get current_phaseand display asPhase: <output> - Tips:
/esper:applyto start the top item ·/esper:planto add a feature ·/esper:fixto log a bug
- Current phase: run
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?