You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+52Lines changed: 52 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,58 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## [1.22.2] - 2026-03-30
9
+
10
+
Overview: Major upstream sync from GSD v1.30.0 adding autonomous execution, fast mode, UI design pipeline, multi-project workspaces, user profiling, forensics, and 25 new slash commands. Full documentation now available in four additional locales (ja-JP, ko-KR, pt-BR, zh-CN). Added `mode: subagent` declarations to all agent definition files.
11
+
12
+
### Added
13
+
14
+
-`/gsd-autonomous` command and `autonomous` workflow for end-to-end autonomous project execution
15
+
-`/gsd-fast` command and `fast` workflow for rapid-fire task execution
16
+
-`/gsd-do` command and `do` workflow for direct task execution without full planning
17
+
-`/gsd-forensics` command and `forensics` workflow for post-mortem investigation and debugging
18
+
-`/gsd-thread` command for threaded conversation management
19
+
-`/gsd-workstreams` command and `workstream.cjs` library for multi-stream work management with `--workstream` flag
20
+
-`/gsd-profile-user` command, `profile-user` workflow, `gsd-user-profiler` agent, `profile-pipeline.cjs`, and `profile-output.cjs` for building and maintaining user preference profiles
21
+
-`/gsd-ui-phase` command, `ui-phase` workflow, `gsd-ui-researcher` agent, `gsd-ui-auditor` agent, `gsd-ui-checker` agent for complete UI design and review pipeline
22
+
-`/gsd-ui-review` command and `ui-review` workflow for retroactive UI audits
23
+
-`/gsd-ship` command and `ship` workflow for streamlined shipping and release
24
+
-`/gsd-pr-branch` command and `pr-branch` workflow for PR branch creation and management
25
+
-`/gsd-manager` command and `manager` workflow for manager-level project oversight
26
+
-`/gsd-session-report` command and `session-report` workflow for session summary generation
27
+
-`/gsd-stats` command and `stats` workflow for project and milestone statistics
28
+
-`/gsd-note` command and `note` workflow for quick note-taking during work
29
+
-`/gsd-add-backlog` and `/gsd-review-backlog` commands for backlog item management
30
+
-`/gsd-milestone-summary` command and `milestone-summary` workflow for milestone overview generation
31
+
-`/gsd-new-workspace`, `/gsd-list-workspaces`, and `/gsd-remove-workspace` commands and workflows for multi-project workspace management
32
+
-`/gsd-next` command and `next` workflow for determining and starting the next task
33
+
-`/gsd-plant-seed` command and `plant-seed` workflow for seeding new project ideas
34
+
-`/gsd-audit-uat` command, `audit-uat` workflow, and `uat.cjs` library for user acceptance testing audits
35
+
-`/gsd-review` command and `review` workflow for structured code review
36
+
-`gsd-advisor-researcher` agent for researching gray area decisions with comparison tables
37
+
-`gsd-assumptions-analyzer` agent and `discuss-phase-assumptions` workflow for assumption analysis during discuss phase
38
+
-`model-profiles.cjs` library for model profile definitions
39
+
-`security.cjs` library for security utility functions
40
+
-`node-repair` workflow for automated Node.js dependency repair
41
+
-`UI-SPEC.md`, `claude-md.md`, `dev-preferences.md`, `discussion-log.md`, and `user-profile.md` templates
42
+
-`user-profiling.md` and `workstream-flag.md` reference documentation
43
+
-`superpowers/plans/2026-03-18-materialize-new-project-config.md` and `superpowers/specs/2026-03-20-multi-project-workspaces-design.md` design documents
44
+
- Skill definitions (SKILL.md) for gsd-audit-milestone, gsd-cleanup, gsd-complete-milestone, gsd-discuss-phase, gsd-execute-phase, gsd-plan-phase, gsd-ui-phase, gsd-ui-review, and gsd-verify-work
45
+
-`mode: subagent` declarations added to all 18 agent definition files in `gsd-opencode/agents/`
46
+
- Full Japanese (ja-JP) documentation: AGENTS, ARCHITECTURE, CLI-TOOLS, COMMANDS, CONFIGURATION, FEATURES, README, USER-GUIDE, context-monitor, and workflow-discuss-mode
47
+
- Full Korean (ko-KR) documentation: AGENTS, ARCHITECTURE, CLI-TOOLS, COMMANDS, CONFIGURATION, FEATURES, README, USER-GUIDE, context-monitor, and workflow-discuss-mode
Overview: Synchronized with upstream GSD v1.22.4 to fix agent execution syntax and prevent unexpected stops. Simplified model profile system from quality/balanced/budget to simple/smart/genius with updated configuration file structure. Enhanced copy and translate services for upstream synchronization.
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
<divalign="left">
2
2
3
-
# GET SHIT DONE for OpenCode. (Based on TÂCHES v1.22.4 - 2026-03-03)
3
+
# GET SHIT DONE for OpenCode. (Based on TÂCHES v1.30.0 - 2026-03-30)
4
4
5
5
**A light-weight and powerful meta-prompting, context engineering and spec-driven development system for Claude Code by TÂCHES. (Adapted for OpenCode by rokicool and enthusiasts)**
6
6
@@ -87,6 +87,12 @@ I just love both GSD and OpenCode. I felt like having GSD available only for Cla
87
87
88
88
— **Roman**
89
89
90
+
## Version 1.30.0
91
+
92
+
We are keeping up with original GSDv1 v1.30.0 (2026-03-30)
93
+
94
+
There is a controvertial solution I used to support "skill(skill='command-name')" syntax. Apart from that everything is expected to be fully functional.
95
+
90
96
## Version 1.22.1
91
97
92
98
I decided to add 'mode: subagent' property to all custom agents. It should not affect any GSD functionality. However, it should remove unnecessary agents out of the list, available by Tab.
"replacement": "<objective>\n Switch the model profile used by GSD agents. Controls which OpenCode model each agent uses, balancing quality vs token spend.\n\n Routes to the set-profile workflow which handles:\n - Argument validation (simple/smart/genius)\n - Config file creation if missing\n - Profile update in config.json\n - Confirmation with model table display\n </objective>\n\n <execution_context>\n @$HOME/.config/opencode/get-shit-done/workflows/oc-set-profile.md\n </execution_context>\n\n <process>\n **Follow the set-profile workflow** from `@$HOME/.config/opencode/get-shit-done/workflows/oc-set-profile.md`.\n\n The workflow handles all logic including:\n 1. Profile argument validation\n 2. Config file ensuring\n 3. Config reading and updating\n 4. Model table generation from MODEL_PROFILES\n 5. Confirmation display\n </process> ",
439
+
"description": "Use OpenCode related process instead of Claude Code's one"
440
+
},
441
+
{
442
+
"pattern": "Show the following output to the user verbatim, with no extra commentary:",
0 commit comments