Skip to content

Commit 3b29cda

Browse files
committed
docs: remove GSD agent workflow references from AGENTS.md
Remove outdated GSD (Get Stuff Done) agent selection and workflow sections. The GSD framework is no longer used in this repository's AI workflow.
1 parent b44302f commit 3b29cda

File tree

1 file changed

+0
-47
lines changed

1 file changed

+0
-47
lines changed

β€ŽAGENTS.mdβ€Ž

Lines changed: 0 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -4,53 +4,6 @@ Bluefin documentation is a Docusaurus 3.8.1 TypeScript website that provides com
44

55
**Always reference these instructions first and fallback to search or bash commands only when you encounter unexpected information that does not match the info here.**
66

7-
## GSD Agent Selection - ALWAYS REMIND USER
8-
9-
**CRITICAL: Before starting ANY GSD work, ALWAYS ask the user:**
10-
11-
```
12-
πŸ€– AGENT SELECTION CHECKPOINT
13-
14-
I'm about to work on: [brief description of task]
15-
16-
Recommended agent: [agent-name]
17-
Reason: [why this agent fits]
18-
19-
Alternatives:
20-
- [other-agent]: [when to use instead]
21-
- [quick-task/yourself]: [if simpler approach exists]
22-
23-
Should I proceed with [recommended-agent], or would you prefer a different approach?
24-
25-
πŸ“š See .planning/AGENT-SELECTION-GUIDE.md for detailed guidance
26-
```
27-
28-
**When transitioning between GSD phases, ALWAYS remind:**
29-
30-
```
31-
βœ… [Previous Phase] Complete: [what was accomplished]
32-
33-
πŸ”„ Next Phase: [what's next]
34-
Recommended agent: [agent-name]
35-
Reason: [why]
36-
37-
Example workflow:
38-
- Research phase done β†’ Planning phase needed β†’ Use gsd-planner
39-
- Planning phase done β†’ Implementation needed β†’ Use gsd-executor
40-
- Implementation hit a bug β†’ Investigation needed β†’ Use gsd-debugger
41-
42-
Should I spawn [recommended-agent] or continue differently?
43-
```
44-
45-
**Key principles:**
46-
47-
- βœ… ALWAYS pause to confirm agent choice before spawning
48-
- βœ… ALWAYS explain why that agent is appropriate
49-
- βœ… ALWAYS mention simpler alternatives (quick task, direct action)
50-
- βœ… ALWAYS reference the agent selection guide
51-
- ❌ NEVER assume you know which agent the user wants
52-
- ❌ NEVER auto-spawn agents without checking first
53-
547
## Work Tracking with Beads
558

569
**This repository uses [Beads](https://github.com/block/beads) for issue tracking.**

0 commit comments

Comments
Β (0)