← ClaudeAtlas

feedbacklisted

Generate a retrospective report analyzing agent pipeline execution, duplication, scope adherence, and output quality from a completed work session.
nexus-a1/claude-skills · ★ 0 · Data & Documents · score 69
Install: claude install-skill nexus-a1/claude-skills
# Feedback Generate a scored retrospective report for a completed work session. Analyzes pipeline execution, agent quality, duplication, and scope adherence. Saves the report and creates a tracking issue in the plugin repository. ## Usage ```bash /feedback # Auto-detect most recent session /feedback JIRA-123 # Analyze specific work identifier /feedback JIRA-123 --issue # Analyze and create GitHub issue without prompting ``` ## When to Use - After running `/create-requirements`, `/implement`, `/brainstorm`, or `/epic` - To evaluate how well the agent pipeline performed - To identify duplication between agents - To find improvements for agents, skills, and workflows **This is a read-only analysis skill.** It reads existing artifacts and produces a feedback report. It does not modify work state or agent definitions. --- ## Configuration Read `.claude/configuration.yml` for project-specific paths. If the file doesn't exist or a key is missing, use defaults. | Config Key | Default | Purpose | |-----------|---------|---------| | `storage.artifacts.work` | `location: local, subdir: work` | Work session artifacts | | `feedback.plugin_repo` | _(none)_ | GitHub repo for issue creation (e.g. `owner/repo`) | ```bash # BEGIN_SHARED: resolve-config # Shared configuration resolution for Claude Code skills. # Source this script to get config discovery and artifact resolution functions. # # Usage in SKILL.md bash blocks: # source ~/.claude/sha