ragarciaruben 1.20.19 → 1.20.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (91) hide show
  1. package/.github/agents/product-owner.agent.md +98 -0
  2. package/.github/agents/verifier.agent.md +3 -0
  3. package/.github/prompts/break-down-epic.prompt.md +125 -0
  4. package/.github/prompts/create-tickets.prompt.md +93 -0
  5. package/.github/prompts/refine-backlog.prompt.md +88 -0
  6. package/bin/install.js +406 -1969
  7. package/get-shit-done/templates/AGENTS.md +83 -0
  8. package/get-shit-done/templates/opencode/agents/executor.md +61 -0
  9. package/get-shit-done/templates/opencode/agents/planner.md +77 -0
  10. package/get-shit-done/templates/opencode/agents/product-owner.md +65 -0
  11. package/{.github/copilot-context/agents/verifier.agent.md → get-shit-done/templates/opencode/agents/verifier.md} +12 -35
  12. package/get-shit-done/templates/opencode/commands/break-down-epic.md +120 -0
  13. package/get-shit-done/templates/opencode/commands/create-tickets.md +75 -0
  14. package/{.github/copilot-context/prompts/execute-phase.prompt.md → get-shit-done/templates/opencode/commands/execute-phase.md} +5 -33
  15. package/{.github/copilot-context/prompts/map-codebase.prompt.md → get-shit-done/templates/opencode/commands/map-codebase.md} +12 -41
  16. package/{.github/copilot-context/prompts/new-project.prompt.md → get-shit-done/templates/opencode/commands/new-project.md} +17 -33
  17. package/{.github/copilot-context/prompts/pause-work.prompt.md → get-shit-done/templates/opencode/commands/pause-work.md} +6 -19
  18. package/{.github/copilot-context/prompts/plan-phase.prompt.md → get-shit-done/templates/opencode/commands/plan-phase.md} +4 -27
  19. package/{.github/copilot-context/prompts/progress.prompt.md → get-shit-done/templates/opencode/commands/progress.md} +1 -4
  20. package/{.github/copilot-context/prompts/redefine-roadmap.prompt.md → get-shit-done/templates/opencode/commands/redefine-roadmap.md} +8 -21
  21. package/get-shit-done/templates/opencode/commands/refine-backlog.md +77 -0
  22. package/{.github/copilot-context/prompts/resume-work.prompt.md → get-shit-done/templates/opencode/commands/resume-work.md} +2 -13
  23. package/get-shit-done/templates/opencode/commands/set-profile.md +65 -0
  24. package/{.github/copilot-context/prompts/sync-instructions.prompt.md → get-shit-done/templates/opencode/commands/sync-instructions.md} +9 -13
  25. package/{.github/copilot-context/prompts/sync-jira.prompt.md → get-shit-done/templates/opencode/commands/sync-jira.md} +5 -17
  26. package/{.github/copilot-context/prompts/verify-work.prompt.md → get-shit-done/templates/opencode/commands/verify-work.md} +5 -33
  27. package/get-shit-done/templates/opencode.json +15 -0
  28. package/package.json +7 -17
  29. package/.github/copilot-context/README.md +0 -556
  30. package/.github/copilot-context/agents/executor.agent.md +0 -84
  31. package/.github/copilot-context/agents/planner.agent.md +0 -96
  32. package/.github/copilot-context/hooks/hooks.json +0 -11
  33. package/.github/copilot-context/hooks/inject-context.js +0 -107
  34. package/.github/copilot-context/instructions/architecture.instructions.md +0 -33
  35. package/.github/copilot-context/instructions/concerns.instructions.md +0 -30
  36. package/.github/copilot-context/instructions/conventions.instructions.md +0 -25
  37. package/.github/copilot-context/instructions/integrations.instructions.md +0 -30
  38. package/.github/copilot-context/instructions/stack.instructions.md +0 -30
  39. package/.github/copilot-context/instructions/structure.instructions.md +0 -32
  40. package/.github/copilot-context/instructions/testing.instructions.md +0 -25
  41. package/.github/copilot-context/skills/map-codebase/SKILL.md +0 -49
  42. package/.github/copilot-context/skills/project-history/SKILL.md +0 -46
  43. package/.vscode/settings.json +0 -9
  44. package/agents/gsd-codebase-mapper.md +0 -764
  45. package/agents/gsd-debugger.md +0 -1246
  46. package/agents/gsd-executor.md +0 -469
  47. package/agents/gsd-integration-checker.md +0 -443
  48. package/agents/gsd-phase-researcher.md +0 -546
  49. package/agents/gsd-plan-checker.md +0 -690
  50. package/agents/gsd-planner.md +0 -1275
  51. package/agents/gsd-project-researcher.md +0 -621
  52. package/agents/gsd-research-synthesizer.md +0 -239
  53. package/agents/gsd-roadmapper.md +0 -642
  54. package/agents/gsd-verifier.md +0 -573
  55. package/bin/setup-copilot-context.js +0 -245
  56. package/commands/gsd/add-phase.md +0 -43
  57. package/commands/gsd/add-tests.md +0 -41
  58. package/commands/gsd/add-todo.md +0 -47
  59. package/commands/gsd/audit-milestone.md +0 -36
  60. package/commands/gsd/check-todos.md +0 -45
  61. package/commands/gsd/cleanup.md +0 -18
  62. package/commands/gsd/complete-milestone.md +0 -136
  63. package/commands/gsd/debug.md +0 -167
  64. package/commands/gsd/discuss-phase.md +0 -83
  65. package/commands/gsd/execute-phase.md +0 -41
  66. package/commands/gsd/health.md +0 -22
  67. package/commands/gsd/help.md +0 -22
  68. package/commands/gsd/insert-phase.md +0 -32
  69. package/commands/gsd/join-discord.md +0 -18
  70. package/commands/gsd/list-phase-assumptions.md +0 -46
  71. package/commands/gsd/map-codebase.md +0 -71
  72. package/commands/gsd/new-milestone.md +0 -44
  73. package/commands/gsd/new-project.md +0 -42
  74. package/commands/gsd/new-project.md.bak +0 -1041
  75. package/commands/gsd/pause-work.md +0 -38
  76. package/commands/gsd/plan-milestone-gaps.md +0 -34
  77. package/commands/gsd/plan-phase.md +0 -45
  78. package/commands/gsd/progress.md +0 -24
  79. package/commands/gsd/quick.md +0 -41
  80. package/commands/gsd/reapply-patches.md +0 -110
  81. package/commands/gsd/remove-phase.md +0 -31
  82. package/commands/gsd/research-phase.md +0 -189
  83. package/commands/gsd/resume-work.md +0 -40
  84. package/commands/gsd/set-profile.md +0 -34
  85. package/commands/gsd/settings.md +0 -36
  86. package/commands/gsd/update.md +0 -37
  87. package/commands/gsd/verify-work.md +0 -38
  88. package/hooks/dist/gsd-check-update.js +0 -62
  89. package/hooks/dist/gsd-context-monitor.js +0 -122
  90. package/hooks/dist/gsd-statusline.js +0 -108
  91. package/scripts/build-hooks.js +0 -43
@@ -1,15 +1,11 @@
1
1
  ---
2
- name: sync-instructions
3
- description: Regenerate .github/copilot-instructions.md from .planning/ source documents — keeps the always-on context digest up to date
4
- mode: agent
5
- tools:
6
- - editFiles
7
- - search
2
+ description: Regenerate AGENTS.md from .planning/ source documents — keeps the always-on context digest up to date
3
+ agent: executor
8
4
  ---
9
5
 
10
6
  # Sync Instructions
11
7
 
12
- Regenerate `.github/copilot-instructions.md` from the current state of `.planning/` documents. Run this after significant changes to PROJECT.md, STATE.md, or ROADMAP.md.
8
+ Regenerate `AGENTS.md` from the current state of `.planning/` documents. Run this after significant changes to PROJECT.md, STATE.md, or ROADMAP.md.
13
9
 
14
10
  ## Step 1: Read Source Documents
15
11
 
@@ -29,12 +25,12 @@ From the documents, extract:
29
25
  5. **Active constraints** — from PROJECT.md Constraints (pick top 3-4 most impactful)
30
26
  6. **Recent key decisions** — from PROJECT.md Key Decisions (last 3-4 entries, most recent first)
31
27
 
32
- ## Step 3: Rewrite copilot-instructions.md
28
+ ## Step 3: Rewrite AGENTS.md
33
29
 
34
- Overwrite `.github/copilot-instructions.md` with a fresh version. Keep it **under 100 lines**. Use this structure:
30
+ Overwrite `AGENTS.md` with a fresh version. Keep it **under 100 lines**. Use this structure:
35
31
 
36
32
  ```markdown
37
- # Project Copilot Instructions
33
+ # Project Instructions
38
34
 
39
35
  <!--
40
36
  Auto-generated from .planning/ documents.
@@ -66,7 +62,7 @@ Overwrite `.github/copilot-instructions.md` with a fresh version. Keep it **unde
66
62
 
67
63
  [Keep the reference table — update if new documents were added]
68
64
 
69
- ## Quick Commands (run in Copilot Chat)
65
+ ## Quick Commands (run in OpenCode)
70
66
 
71
67
  [Keep the commands table unchanged]
72
68
  ```
@@ -75,12 +71,12 @@ Overwrite `.github/copilot-instructions.md` with a fresh version. Keep it **unde
75
71
 
76
72
  Print:
77
73
  ```
78
- ✅ .github/copilot-instructions.md updated
74
+ AGENTS.md updated
79
75
 
80
76
  Synced from:
81
77
  .planning/PROJECT.md → description, constraints, decisions
82
78
  .planning/STATE.md → current position, last activity
83
79
  .planning/ROADMAP.md → phase count
84
80
 
85
- The updated instructions will be auto-loaded on your next Copilot Chat request.
81
+ The updated instructions will be auto-loaded on your next OpenCode session.
86
82
  ```
@@ -1,10 +1,6 @@
1
1
  ---
2
2
  description: "Pull Jira tickets and sync them into your .planning/ roadmap as phases"
3
- mode: agent
4
- tools:
5
- - editFiles
6
- - search
7
- - jira/*
3
+ agent: executor
8
4
  ---
9
5
 
10
6
  # Sync Jira to Roadmap
@@ -16,7 +12,7 @@ Import Jira tickets into `.planning/ROADMAP.md` as actionable phases.
16
12
  The user should provide ONE of:
17
13
  - A **Jira project key** (e.g., `PROJ`) — fetch all open issues
18
14
  - A **sprint name or board** — fetch current sprint issues
19
- - A **JQL query** — custom filter (e.g., `project = PROJ AND sprint in openSprints() AND assignee = currentUser()`)
15
+ - A **JQL query** — custom filter
20
16
  - A **list of ticket IDs** (e.g., `PROJ-101, PROJ-102, PROJ-105`)
21
17
 
22
18
  If the user provides none, **ask** which project/sprint to pull from.
@@ -25,15 +21,7 @@ If the user provides none, **ask** which project/sprint to pull from.
25
21
 
26
22
  ### Step 1: Fetch tickets from Jira
27
23
 
28
- Use the appropriate tool based on user input:
29
- - `mcp_jira_jira_search` with a JQL query for flexible searches
30
- - `mcp_jira_jira_get_sprint_issues` for a specific sprint
31
- - `mcp_jira_jira_get_project_issues` for a full project
32
- - `mcp_jira_jira_get_issue` for individual tickets
33
-
34
- For discovering boards and sprints:
35
- - `mcp_jira_jira_get_agile_boards` → find the board
36
- - `mcp_jira_jira_get_sprints_from_board` → find active/future sprints
24
+ Use the appropriate Jira MCP tool based on user input.
37
25
 
38
26
  ### Step 2: Map tickets to phases
39
27
 
@@ -68,11 +56,11 @@ Display:
68
56
  - How many tickets were fetched
69
57
  - How they were grouped into phases
70
58
  - The updated roadmap structure
71
- - Any tickets that were skipped (already in roadmap) or couldn't be mapped
59
+ - Any tickets that were skipped or couldn't be mapped
72
60
 
73
61
  ## Important
74
62
 
75
63
  - **Never delete existing phases** — only append or update
76
- - If a Jira ticket is already represented in the roadmap (by ticket ID), **update it** instead of duplicating
64
+ - If a Jira ticket is already represented in the roadmap, **update it** instead of duplicating
77
65
  - Preserve manual phases that don't come from Jira
78
66
  - Include the Jira ticket ID in every phase/requirement for traceability
@@ -1,10 +1,6 @@
1
1
  ---
2
- name: verify-work
3
2
  description: Verify that completed work meets requirements — checks implementation against .planning/REQUIREMENTS.md and phase success criteria
4
- mode: agent
5
- tools:
6
- - runInTerminal
7
- - search
3
+ agent: verifier
8
4
  ---
9
5
 
10
6
  # Verify Work
@@ -24,16 +20,9 @@ Read:
24
20
  ## Step 2: Run the Test Suite
25
21
 
26
22
  ```bash
27
- # Full test suite
28
23
  npm test 2>&1
29
-
30
- # Coverage report
31
24
  npm run test:coverage 2>&1
32
-
33
- # TypeScript
34
25
  npx tsc --noEmit 2>&1
35
-
36
- # Linting
37
26
  npm run lint 2>&1
38
27
  ```
39
28
 
@@ -46,7 +35,6 @@ For every requirement ID listed for this phase in `REQUIREMENTS.md`:
46
35
  | Requirement | Description | Verification method | Status |
47
36
  |-------------|-------------|---------------------|--------|
48
37
  | AUTH-01 | User can sign up | Test `POST /auth/register` returns 201 | ✅ / ❌ |
49
- | AUTH-02 | Password hashed | Check `users` table never stores plaintext | ✅ / ❌ |
50
38
 
51
39
  For each requirement:
52
40
  1. Check if there are tests covering it
@@ -56,7 +44,7 @@ For each requirement:
56
44
  ## Step 4: Check Phase Success Criteria
57
45
 
58
46
  Read the success criteria from ROADMAP.md for this phase.
59
- For each criterion — make a call: TRUE or FALSE based on evidence (tests, code inspection, running commands).
47
+ For each criterion — make a call: TRUE or FALSE based on evidence.
60
48
 
61
49
  ## Step 5: Write Verification Report
62
50
 
@@ -66,7 +54,7 @@ Write the report to `.planning/phases/[NN]-[phase-name]/VERIFICATION.md`:
66
54
  # Verification Report: Phase [N] — [Phase Name]
67
55
 
68
56
  **Date:** [date]
69
- **Verified by:** Copilot agent
57
+ **Verified by:** OpenCode agent
70
58
 
71
59
  ## Test Results
72
60
  - Tests: [N passing] / [M total]
@@ -86,13 +74,9 @@ Write the report to `.planning/phases/[NN]-[phase-name]/VERIFICATION.md`:
86
74
  | Criterion | Status | Notes |
87
75
  |-----------|--------|-------|
88
76
  | [Criterion 1] | ✅ | [Evidence] |
89
- | [Criterion 2] | ❌ | [What's missing / how to fix] |
90
77
 
91
78
  ## Overall: [PASS ✅ / FAIL ❌]
92
79
 
93
- [Pass: "All requirements met. Phase [N] is complete."]
94
- [Fail: "N requirements not met. See gaps below."]
95
-
96
80
  ## Gaps (if any)
97
81
 
98
82
  ### [Requirement ID] — [Description]
@@ -104,23 +88,11 @@ Write the report to `.planning/phases/[NN]-[phase-name]/VERIFICATION.md`:
104
88
  ## Step 6: Update Documents
105
89
 
106
90
  **If PASS:**
107
- - Mark requirements as complete in `.planning/REQUIREMENTS.md`: `- [x] **AUTH-01**:`
91
+ - Mark requirements as complete in `.planning/REQUIREMENTS.md`
108
92
  - Update `.planning/STATE.md` to show phase verified
109
93
  - Move to next phase
110
94
 
111
95
  **If FAIL:**
112
96
  - Add gap closure plans to the phase plan directory
113
97
  - Update `.planning/STATE.md` with the gaps as blockers
114
- - Suggest running `/execute-phase [N] --gaps-only`
115
-
116
- ## Completion
117
-
118
- ```
119
- [PASS ✅ / FAIL ❌] Phase [N] Verification
120
-
121
- Requirements: [N]/[M] met
122
- Tests: [N passing]
123
- Coverage: [X]%
124
-
125
- [PASS message OR list of gaps to close]
126
- ```
98
+ - Suggest running `/execute-phase [N]` to fix gaps
@@ -0,0 +1,15 @@
1
+ {
2
+ "$schema": "https://opencode.ai/config.json",
3
+ "model": "anthropic/claude-sonnet-4",
4
+ "instructions": [
5
+ ".planning/codebase/ARCHITECTURE.md",
6
+ ".planning/codebase/STRUCTURE.md",
7
+ ".planning/codebase/CONVENTIONS.md",
8
+ ".planning/codebase/TESTING.md",
9
+ ".planning/codebase/STACK.md",
10
+ ".planning/codebase/INTEGRATIONS.md",
11
+ ".planning/codebase/CONCERNS.md"
12
+ ],
13
+ "default_agent": "executor",
14
+ "mcp": {}
15
+ }
package/package.json CHANGED
@@ -1,36 +1,26 @@
1
1
  {
2
2
  "name": "ragarciaruben",
3
- "version": "1.20.19",
4
- "description": "A meta-prompting, context engineering and spec-driven development system for Claude Code, OpenCode, Gemini and Codex by TÂCHES.",
3
+ "version": "1.20.21",
4
+ "description": "A context engineering and spec-driven development system for GitHub Copilot and OpenCode by TÂCHES.",
5
5
  "bin": {
6
6
  "get-shit-done-cc": "bin/install.js"
7
7
  },
8
8
  "files": [
9
9
  "bin",
10
- "commands",
11
10
  "get-shit-done",
12
- "agents",
13
- "hooks/dist",
14
- "scripts",
15
- ".github/copilot-context",
16
11
  ".github/copilot-instructions.md",
17
12
  ".github/prompts",
18
13
  ".github/instructions",
19
14
  ".github/agents",
20
- ".planning",
21
- ".vscode/settings.json"
15
+ ".planning"
22
16
  ],
23
17
  "keywords": [
24
- "claude",
25
- "claude-code",
18
+ "copilot",
19
+ "github-copilot",
20
+ "opencode",
26
21
  "ai",
27
- "meta-prompting",
28
22
  "context-engineering",
29
- "spec-driven-development",
30
- "gemini",
31
- "gemini-cli",
32
- "codex",
33
- "codex-cli"
23
+ "spec-driven-development"
34
24
  ],
35
25
  "author": "TÂCHES",
36
26
  "license": "MIT",