gald3r v1.2.0 -- Feature Pipeline, Deep Recon, CLI Skills
Download
v1.2.0 predates the current engine repo, so it has no matching build.
For a version you can actually install, get the newest release: Download gald3r.
Note: This public repository was created on 2026-05-03. Earlier version releases are documented here for continuity with the internal development history.
Added
- Feature pipeline (
g-skl-features,FEATURES.md,.gald3r/features/): structured staging layer between idea capture and task creation. Features move throughstaging → specced → committed → shipped. Only reach the TASKS.md backlog when explicitly promoted via@g-feat-promote. Prevents backlog pollution and keeps implementation intent explicit. - Deep recon skill (
g-skl-recon-repo,@g-recon-repo): deep 5-pass analysis of any external repository. Produces a structured recon report inresearch/recon/{slug}/with skeleton, module map, feature scan, deep dives, and synthesis passes. Human reviews and marks features[✓] approvedbefore APPLY writes to.gald3r/features/. - Analysis apply skill (
g-skl-res-apply,@g-res-apply): processes approved recon output into.gald3r/features/staging entries. Deduplicates against existing staging features. - Subsystem graph skill (
g-skl-subsystem-graph,@g-subsystem-graph): generates a visual Mermaid dependency graph of all registered subsystems with dependency annotations. - IDE CLI skills (
g-skl-cli-cursor,g-skl-cli-claude,g-skl-cli-gemini,g-skl-cli-opencode): dedicated reference skills for headless and terminal-first operation of each supported IDE. - Granular task commands (
@g-task-add,@g-task-upd,@g-task-del): fine-grained task operations to supplement the existing@g-task-newand@g-task-updatecommands. - Granular bug commands (
@g-bug-add,@g-bug-upd,@g-bug-del): fine-grained bug management. - Granular constraint commands (
@g-constraint-upd,@g-constraint-del): update and delete constraints inCONSTRAINTS.md. - Granular subsystem commands (
@g-subsystem-add,@g-subsystem-upd,@g-subsystem-del,@g-subsystem-graph): full CRUD surface for the subsystem registry. - Feature commands (
@g-feat-new,@g-feat-add,@g-feat-upd,@g-feat-promote,@g-feat-rename,@g-feat-del): full feature lifecycle management from the command surface. - IDE CLI commands (
@g-cli-cursor,@g-cli-claude,@g-cli-gemini): quick reference commands for each IDE's CLI usage patterns.
Changed
g-go-verifyrenamed to@g-go-review— clearer intent (this is the review/verification phase, not a QA pass). Old command name removed from all IDE directories.g-skl-cursor-cli,g-skl-claude-cli,g-skl-gemini-cli,g-skl-opencode-clirenamed tog-skl-cli-cursor,g-skl-cli-claude,g-skl-cli-gemini,g-skl-cli-opencode— consistentg-skl-cli-*namespace pattern.g-skl-planupdated:features/replacesprds/as the primary deliverable directory.- External analysis apply skill updated:
APPLYoperation now callsg-skl-features COLLECTto dedup against existing staging features instead of creating tasks directly. g-skl-medkitupdated: detects projects withprds/folder and nofeatures/folder — offers migration path to 1.2.0 feature pipeline.- README: updated component counts (Skills: 39 → 47, Commands: 52 → 76, Skill Packs: 6 → 7), added Feature Pipeline section.
Removed
g-claude-cli.md,g-cursor-cli.md,g-gemini-cli.mdcommands (superseded byg-cli-*.mdnamespace)g-go-verify.mdcommand (superseded byg-go-review.md)g-skl-claude-cli,g-skl-cursor-cli,g-skl-gemini-cli,g-skl-opencode-cliskill directories