Skip to content

Commit 5d2f31a

Browse files
committed
add: CHANGELOG.md for v0.1.0
1 parent af6562f commit 5d2f31a

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Changelog
2+
3+
## v0.1.0 (2026-03-17)
4+
5+
Initial release. Inspired by [gstack](https://github.com/garrytan/gstack) for Claude Code, rebuilt for Kiro CLI.
6+
7+
### Skills
8+
- **plan-product** — Product thinking mode: rethink the problem, find the 10-star version
9+
- **plan-eng** — Engineering planning: architecture diagrams, failure modes, test matrix
10+
- **code-review** — Paranoid code review: find bugs that pass CI but explode in prod
11+
- **ship** — One-command shipping: sync → test → push → PR
12+
- **qa** — QA testing: diff-aware, health score, severity classification
13+
- **retro** — Engineering retrospective: data-driven, actionable
14+
15+
### Infrastructure
16+
- `setup` script with install / remove / verify
17+
- GitHub Actions: weekly upstream gstack tracking
18+
- Eval test cases for all 6 skills
19+
- MIT license
20+
21+
### Upstream
22+
- Tracking gstack at `3e3843c`

0 commit comments

Comments
 (0)