Trevin Chow
f1e36e990b
fix(ce-code-review): drop LFG defer-bias and approval gates
...
LFG previously routed too many findings to ticket-filing when the
agent could propose concrete fixes from review context. Stage 5b
validation and bulk-preview approval ran before any action, requiring
upfront research the user already opted out of by picking LFG.
Push personas to commit to a `suggested_fix` whenever any defensible
code change is reachable from the diff -- imperfect information is
not grounds for omission. `manual` findings with `suggested_fix` now
recommend Apply (was Defer). Drop Stage 5b and bulk-preview on the
LFG path; dispatch the fixer immediately on the full pending set.
Items that fail to apply or lack a proposed fix surface in a `failed`
bucket with a one-line reason; one post-run question (file tickets /
walk through / ignore) handles them only when the bucket is
non-empty, fired before the completion report so it reflects final
state.
Walk-through option A inherits the action-derivation change
automatically -- per-finding recommendations flip from Defer to Apply
when the persona proposed a fix. `LFG the rest` from inside the
walk-through dispatches one fixer pass on the union of accumulated
Apply set and remaining undecided findings, preserving the
"one fixer, consistent tree" contract.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-04-25 01:59:04 -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
Trevin Chow
b30288c44e
feat: add project-standards-reviewer as always-on ce:review persona ( #402 )
2026-03-26 19:20:15 -07:00
Trevin Chow
b25480af9e
fix: sanitize colons in skill/agent names for Windows path compatibility ( #398 )
2026-03-26 16:15:48 -07:00
Trevin Chow
1bd63c2c89
fix: consolidate local dev README and fix shell aliases ( #396 )
2026-03-26 12:34:55 -07:00
Trevin Chow
13aa3fa846
feat: add CLI agent-readiness reviewer and principles guide ( #391 )
2026-03-26 12:24:54 -07:00
Trevin Chow
e09a7426be
feat: add branch-based plugin install for worktree workflows ( #395 )
2026-03-26 11:01:56 -07:00
Trevin Chow
27b9831084
feat: add new onboarding skill to create onboarding guide for repo ( #384 )
2026-03-25 21:30:09 -07:00
Trevin Chow
7c5ff445e3
feat: promote ce:review-beta to stable ce:review ( #371 )
2026-03-24 21:00:38 -07:00
Trevin Chow
2612ed6b3d
feat: rationalize todo skill names and optimize skills ( #368 )
2026-03-24 18:35:09 -07:00
Trevin Chow
169996a75e
feat: promote ce:plan-beta and deepen-plan-beta to stable ( #355 )
2026-03-24 10:18:14 -07:00
Trevin Chow
65e5621dbe
refactor: consolidate todo storage under .context/compound-engineering/todos/ ( #361 )
2026-03-24 09:54:30 -07:00
Trevin Chow
18d22afde2
feat: redesign document-review skill with persona-based review ( #359 )
2026-03-24 01:51:22 -07:00
Trevin Chow
e932276866
feat: add ce:review-beta with structured persona pipeline ( #348 )
2026-03-23 21:49:04 -07:00