speckit-backlog-reject

Move backlog items to specs/backlog/rejected with a dismissal reason and timestamp.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/ericstiles/spec-kit-backlog --skill speckit-backlog-reject
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-backlog-reject
Source: https://github.com/ericstiles/spec-kit-backlog/tree/main/.claude/skills/speckit-backlog-reject
Command: npx skills add https://github.com/ericstiles/spec-kit-backlog --skill speckit-backlog-reject

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

backlog items that are no longer relevant clutter the backlog; this skill provides a formal process to reject and archive them with a reason, preserving context for future reference.

Core Features & Use Cases

  • Move a backlog item to the rejected archive in specs/backlog/rejected with a timestamp and reason.
  • Maintain an auditable trail of rejections to inform future prioritization or rework decisions.
  • Example scenario: a backlog item deemed out of scope is archived with a rationale for potential revisit.

Quick Start

Provide the backlog item slug to reject and include a reason to archive the item under specs/backlog/rejected.

Frequently Asked Questions about speckit-backlog-reject

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I archive backlog items with a rejection reason?

To archive backlog items, this skill moves the item to specs/backlog/rejected, updates its status to Rejected with a date, and logs the dismissal reason you provide. It validates the slug and preserves the context for future reference.

What is the best way to keep an audit trail of rejected backlog specs?

The best way to keep an audit trail is to formally reject items by moving them to specs/backlog/rejected with a timestamp and reason. This maintains an auditable record of rejections to inform future prioritization or rework decisions.

Why should I reject and archive backlog items instead of deleting them?

You should reject and archive backlog items instead of deleting them to preserve context and maintain an auditable trail. This formal process logs the dismissal reason, which can inform future prioritization or rework decisions without cluttering the active backlog.

Do I need a specific file structure to reject backlog items?

Yes, you need access to the specs/backlog directory. The skill locates backlog items under this path, validates the slug you provide, and moves the file to specs/backlog/rejected to complete the archival process.

Can I revisit a backlog item after moving it to the rejected archive?

Yes, you can revisit a backlog item after moving it to the rejected archive. The item is moved with its original context and a logged rationale, specifically preserving the dismissal reason for potential future revisit or rework.