Trevin Chow
4346dcabd5
fix(ce-debug): right-size triage and tighten hypothesis discipline
...
Trivial bugs (typos, missing imports, obvious one-liners) now take an
explicit fast-path in Phase 0 instead of running through the full
framework. Each hypothesis must cite a concrete observation rather than
abstract "X seems off" reasoning. After a failed fix, the prior
hypothesis must be explicitly invalidated before forming a new one, to
prevent retrying variants of the same theory. Tracing has a concrete
4-step recipe (stack-trace bottom-up, find first frame with
already-invalid data, instrument boundaries, walk to the transition).
Self-review at fix time is sized to the diff with escalation to the
harness lightweight review for non-trivial fixes; ce-code-review stays
reserved for PR-tier review.
Sync user-facing doc to remove the now-inaccurate "no phase skipping"
claim.
2026-05-08 07:56:49 -07:00
Trevin Chow
7f5297a05f
docs(ce-ideate): sync user-facing doc with topic-surface decomposition ( #790 )
2026-05-07 02:39:30 -07:00
Trevin Chow
168fad4ac2
fix(ce-ideate): bound scope and add topic-surface decomposition ( #787 )
...
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-07 02:21:08 -07:00
Trevin Chow
d299868b8f
docs(skills): reframe README around the 4-step core loop ( #786 )
2026-05-06 09:58:43 -07:00
Trevin Chow
65c278c031
docs(skills): sync ce-doc-review and ce-plan with PR #780 ( #782 )
2026-05-05 17:20:04 -07:00
Trevin Chow
a1698b7a0e
docs(skills): add user-facing skill docs at docs/skills/ ( #773 )
2026-05-04 17:39:48 -07:00
Kieran Klaassen
dde9256362
feat(riffrec-feedback-analysis): add Riffrec feedback skill with three-path routing ( #747 )
...
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-04 11:12:56 -05:00
Matt Van Horn
0c515c06fe
fix(ce-plan): inline post-generation menu routing so option 1 actually starts /ce-work ( #715 )
...
Co-authored-by: Matt Van Horn <455140+mvanhorn@users.noreply.github.com >
2026-04-28 10:33:11 -07:00
Trevin Chow
8cc07acb52
docs(solutions): refresh stale references and prune obsolete doc ( #712 )
2026-04-27 22:17:02 -07:00
Trevin Chow
41e7f72ab6
feat(ce-brainstorm,ce-plan): surface agent's scope synthesis before doc-write ( #705 )
...
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-04-27 20:34:30 -07:00
Trevin Chow
cd2fc67c3f
fix(commit-push-pr): branch from fresh remote base to prevent stale-base contamination ( #708 )
...
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-04-27 16:39:17 -07:00
Trevin Chow
ad9577e732
fix(ce-code-review): tighten autofix_class rubric for safe_auto/gated_auto boundary ( #695 )
...
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-04-25 21:03:43 -07:00
Trevin Chow
9ba41a14ca
fix(ce-code-review): replace LFG with best-judgment auto-resolve ( #685 )
...
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-04-25 18:12:09 -07:00
Trevin Chow
bc8ae1a6b5
fix(main): recover version drift, fix stale test, document learnings ( #678 )
...
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-04-24 15:07:49 -07:00
Luca Henn
fdf5fe4af5
feat(ce-demo-reel): add local save as alternative to catbox upload ( #647 )
2026-04-22 11:28:44 -07:00
Trevin Chow
5a26a8fbd3
refactor(ce-code-review): anchored confidence, staged validation, and model tiering ( #641 )
...
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-04-21 21:04:29 -07:00
Trevin Chow
accbd2adcf
refactor(todos): remove internal file-based todo system ( #635 )
...
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-04-21 18:16:13 -07:00
Trevin Chow
44ce9dd127
feat(ce-plan): add U-IDs and origin trace to plan template ( #632 )
2026-04-21 16:07:28 -07:00
Trevin Chow
6caf330363
refactor(ce-doc-review): anchor-based confidence scoring ( #622 )
...
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-04-21 14:54:03 -07:00
Trevin Chow
3ed4a4fa0f
feat(codex): native plugin install manifests + agents-only converter ( #616 )
2026-04-20 19:44:25 -07:00
Trevin Chow
c2d60b47be
refactor(install): prefer native plugin install across targets ( #609 )
...
Co-authored-by: John Cavanaugh <cavanaug@users.noreply.github.com >
2026-04-20 18:47:07 -07:00
Trevin Chow
d8436b9a3c
fix(ce-compound): quote YAML array items starting with reserved indicators ( #613 )
...
Co-authored-by: Nathan Vale <hi@nathanvale.com >
2026-04-20 14:01:11 -07:00
Trevin Chow
c1f68d4d55
feat(doc-review, learnings-researcher): tiers, chain grouping, rewrite ( #601 )
...
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-04-19 20:25:47 -07:00
Trevin Chow
5c0ec9137a
refactor(cli)!: rename all skills and agents to consistent ce- prefix ( #503 )
...
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-18 15:44:22 -07:00
Trevin Chow
27cbaf8161
feat(ce-review): add per-finding judgment loop to Interactive mode ( #590 )
...
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-18 13:09:03 -07:00
Trevin Chow
12aaad31eb
feat(ce-ideate): mode-aware v2 ideation ( #588 )
...
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-04-17 11:40:54 -07:00
Trevin Chow
59dbaef376
feat(ce-release-notes): add skill for browsing plugin release history ( #589 )
...
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com >
2026-04-17 02:00:37 -07:00
Kieran Klaassen
070092d997
feat(ce-polish-beta): human-in-the-loop polish phase between /ce:review and merge ( #568 )
...
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com >
2026-04-16 17:55:10 -05:00
Harold Hunt
8f20aa0406
feat(ce-optimize): Auto-research loop for tuning system prompts / vector clustering / evaluating different code solution / etc ( #446 )
...
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-12 20:16:09 -07:00
Trevin Chow
354dbb7582
feat(ce-setup): unified setup skill with dependency management and config bootstrapping ( #345 )
...
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com >
2026-04-10 17:39:43 -07:00
Trevin Chow
b979143ad0
feat(ce-demo-reel): add demo reel skill with Python capture pipeline ( #541 )
...
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-09 21:29:51 -07:00
Trevin Chow
bb59547a2e
feat(ce-work): reduce token usage by extracting late-sequence references ( #540 )
...
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-09 12:48:21 -07:00
Trevin Chow
31b0686c2e
feat(ce-work-beta): add beta Codex delegation mode ( #476 )
...
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-09 00:29:12 -07:00
Trevin Chow
320a045241
feat(ce-plan,ce-brainstorm): universal planning and brainstorming for non-software tasks ( #519 )
...
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-05 23:53:13 -07:00
Trevin Chow
b3960ec64b
feat(slack-researcher): add Slack organizational context research agent ( #495 )
...
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-05 18:39:25 -07:00
Trevin Chow
4fdbdc4ac3
docs(skill-design): document research agent pipeline separation and refresh stale refs ( #510 )
...
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-05 11:20:44 -07:00
Trevin Chow
7b8265bd81
feat(resolve-pr-feedback): add cross-invocation cluster analysis ( #480 )
...
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-01 12:15:25 -07:00
Trevin Chow
c56c7667df
feat(cli-readiness-reviewer): add conditional review persona for CLI agent readiness ( #471 )
...
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-31 19:19:54 -07:00
Trevin Chow
9bf3b07185
fix(ce-compound): require question tool for "What's next?" prompt ( #460 )
...
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-30 16:25:26 -07:00
Trevin Chow
44e3e77dc0
feat(git-commit-push-pr): add conditional visual aids to PR descriptions ( #444 )
...
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-29 14:13:25 -07:00
Trevin Chow
f93d10cf60
feat(converters): centralize model field normalization across targets ( #442 )
...
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-29 13:08:35 -07:00
Trevin Chow
35678b8add
feat(testing): close the testing gap in ce:work, ce:plan, and testing-reviewer ( #438 )
...
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-29 13:07:05 -07:00
Trevin Chow
a301a08205
feat(resolve-pr-feedback): add gated feedback clustering to detect systemic issues ( #441 )
...
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-29 12:40:55 -07:00
Trevin Chow
4c7f51f35b
feat(ce-plan): add conditional visual aids to plan documents ( #440 )
...
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-29 12:18:31 -07:00
Trevin Chow
1f499482bc
fix(git-commit-push-pr): quiet expected no-pr gh exit ( #439 )
2026-03-29 11:45:27 -07:00
Trevin Chow
bd02ca7df0
feat(ce-brainstorm): add conditional visual aids to requirements documents ( #437 )
...
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-29 11:13:19 -07:00
Trevin Chow
3706a9764b
feat(ce-review): add headless mode for programmatic callers ( #430 )
...
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-28 16:09:21 -07:00
Trevin Chow
f83305e22a
fix: harden git workflow skills with better state handling ( #406 )
...
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-27 01:04:54 -07:00
Trevin Chow
da390a65a2
refactor: merge deepen-plan into ce:plan as automatic confidence check ( #404 )
2026-03-26 22:15:58 -07:00
Trevin Chow
5e6cd5c909
feat: add adversarial review agents for code and documents ( #403 )
2026-03-26 20:34:49 -07:00