Show the current task stack and context. Use when user says "bt", "backtrace", "stack", "where are we", or asks about current progress on a multi-step task.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add agentydragon/ducktape --skill backtrace --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Backtrace?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/agentydragon-backtrace-ducktape)More formats (shields.io, HTML) on the badges page.
---
name: backtrace
description: Show the current task stack and context. Use when user says "bt", "backtrace", "stack", "where are we", or asks about current progress on a multi-step task.
---
Show the current task stack and context.
Provide a clear summary of:
1. Current task depth and what we're doing at each level
2. Where we are in the current task
3. What remains to be done
4. Any blockers or pending decisions
## Format
Use a visual stack representation showing the task hierarchy:
```
[Task 1: Main objective]
└─[Task 2: Subtask we pivoted to]
└─[Task 3: Current focus] ← YOU ARE HERE
- ✓ Completed step
- ⏳ Current step
- ○ Remaining step
```
## Key Points
- Be concise but complete
- Show the full context stack
- Indicate current position clearly
- List what's completed, in progress, and remaining
- Mention any blockers or decisions needed
- Include counts/quantities where helpful
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Designs system architecture, component specifications, and technical integration strategy. Use when: designing solutions, system architecture, technology stack, or integration approaches.