Skip to main content

Syntax

Description

The feedback show command displays comprehensive details about a feedback entry, including:
  • Feedback ID and type
  • Source issue and target spec
  • Dismissed status and agent
  • Creation and update timestamps
  • Full feedback content
  • Anchor location with status
  • Original location (if relocated or stale)
  • Context snippets
Use this to review feedback in detail before addressing it or to understand the context of a specific comment, suggestion, or request.
This command shows the complete feedback content, unlike feedback list which only shows a preview.

Arguments

string
required
The feedback ID to displayExample: FB-001The unique identifier for the feedback entry.

Examples

Show Basic Feedback

Display feedback details:

Show Feedback with Stale Anchor

View feedback with outdated anchor:
When anchor status is “stale” or “relocated”, the original location is shown for reference.

Show Relocated Feedback

View feedback that was moved:

Show Dismissed Feedback

View resolved feedback:

Show Comment Feedback

View implementation notes:

JSON Output

Get machine-readable output:

Understanding Feedback Details

Feedback Types

comment

Informational notesDocuments implementation decisions, shares learnings, or provides status updates. No action required.

suggestion

Improvement proposalsProposes changes or enhancements to the spec based on implementation experience.

request

Clarification neededPoints out ambiguities or missing requirements discovered during implementation.

Anchor Status

The anchor status indicates whether the feedback location is still accurate:
1

valid (green)

Anchor is accurate - the line number and context match the current spec content.No action needed.
2

relocated (yellow)

Content moved but anchor was successfully updated to new location.Review to confirm accuracy, but usually fine.
3

stale (red)

Content changed significantly - anchor may be invalid or pointing to wrong location.Action required: Use feedback relocate to manually fix the anchor.

Original Location

When feedback has been relocated or become stale, the “Original Location” section shows:
  • The line number where the anchor was originally created
  • The section heading at that original location
This helps you understand where the feedback was initially anchored and track how the spec has evolved.

Common Workflows

Review Feedback Before Responding

1

Show feedback details

2

View spec context

3

Update spec if needed

Edit the spec to address the feedback
4

Dismiss feedback

Investigate Stale Feedback

1

Find stale feedback

2

Show details

3

View current spec

Look at the original line number to see what changed
4

Relocate or dismiss

Audit Implementation Feedback

View all feedback from a completed issue:
1

List issue feedback

2

Review each entry

3

Extract learnings

Use feedback to improve future specs

Generate Feedback Report

Create a summary of feedback:

Scripting Examples

Extract Feedback Content

Check Anchor Status

Find Feedback Location

Batch Review

Common Questions

Use spec show to view the spec with all its feedback:
This shows feedback anchored to specific locations in the spec content.
The snippet is a short excerpt from the spec at the anchor location. It helps confirm the feedback is pointing to the right content.
No, there’s no edit command. To modify feedback:
  1. Dismiss the old feedback
  2. Add new feedback with updated content
updated_at reflects when the feedback was last modified, including when it was dismissed. The dismiss action updates this timestamp.
These are lines surrounding the anchor point:
  • context_before - Text above the anchor location
  • context_after - Text below the anchor location
They help verify the anchor is still pointing to the correct location.
Not with a single command. Use shell scripting:

Troubleshooting

Cause: The feedback ID doesn’t existSolution: List all feedback to find the correct ID:
Cause: Line numbers changed due to edits elsewhere in specSolution: If the location is still correct, update status to relocated:
Cause: Feedback has never been relocated (status is valid)Solution: Original location only appears when status is “relocated” or “stale”. Valid anchors don’t need it.
Cause: Content is likely complete, check if it’s a display issueSolution: Verify content length:

feedback list

List all feedback

feedback add

Add new feedback

feedback dismiss

Dismiss feedback

feedback relocate

Relocate stale anchor

spec show

View spec with feedback

issue show

View issue with feedback

Next Steps

1

List feedback

2

Show details

3

Review spec

4

Take action

Update spec, relocate anchor, or dismiss feedback

Feedback System Concept Guide

Learn more about the feedback system and bidirectional learning