Trevin Chow
8351c4daaf
fix(ce-plan): add answer-seeking disposition to universal planning
...
ce-plan bailed out of the workflow on investigative or analytical
questions, treating them as non-planning tasks and answering ad hoc
(or, for software-topic questions, over-planning them into a plan
document the user never asked for). Both contradicted the skill's own
"when directly invoked, always plan" rule.
Add an answer-seeking disposition to the universal-planning path: when
the deliverable is an answer rather than a saved plan, ce-plan states a
brief, right-sized plan-of-attack as working scaffold, executes it
(research and synthesis only, never code), and delivers the answer in
chat with no plan file. Plan-seeking tasks (trips, study plans, events)
still produce their saved plan as before; a cross-contamination guard
keeps the two flows from bleeding into each other.
- Narrow the universal-planning exit gate to genuinely trivial
single-fact lookups; multi-step, retrieval, or synthesis questions no
longer bail.
- Route by task-type, not topic, in Phase 0.1b: a question that merely
references code, repos, or APIs is answer-seeking, not software work,
while build/modify/refactor requests stay on the implementation path.
- Add veil-of-value guidance so answers surface question-domain
thinking and hide skill machinery, while never hiding caveats that
affect trust in the answer.
- Sync the ce-plan skill doc with the two-dispositions mechanic.
2026-05-31 10:21:48 -07:00
Trevin Chow
b3e396d0bf
fix(ce-plan): honor explicit external-research requests and route them by intent ( #875 )
2026-05-28 12:22:49 -07:00
Trevin Chow
11e12e5739
feat(ce-plan,ce-brainstorm): contract-driven sections + optional HTML output ( #826 )
2026-05-26 09:53:14 -07:00
Trevin Chow
5297a9440f
refactor(review): consolidate migration personas and trim stack reviewers ( #854 )
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-05-21 22:37:42 -07:00
Brian Paden
796bea75b7
fix(agents): rename .agent.md to .md for VS Code Copilot tool access ( #846 )
...
Co-authored-by: Trevin Chow <trevin@trevinchow.com >
2026-05-21 00:18:17 -07:00
Trevin Chow
2a46670958
fix(ce-proof): update HITL flow for Proof v2 ( #847 )
2026-05-21 00:16:52 -07:00
Trevin Chow
39cb9da3a1
fix(ce-plan): inline synthesis gate output into SKILL.md ( #822 )
2026-05-14 20:42:40 -07:00
Harold Hunt
a0a08a17cb
fix(codex): respect CODEX_HOME for profile installs ( #830 )
2026-05-14 09:03:45 -07:00
Trevin Chow
6df3f96580
fix(ce-brainstorm): scoping synthesis and Q&A interaction cleanup ( #829 )
2026-05-13 22:29:40 -07:00
Trevin Chow
60c1c938d5
fix(ce-plan): compress synthesis confirmation to prose + call-outs ( #819 )
2026-05-11 12:09:52 -07:00
Trevin Chow
d090bde0ff
fix(ce-code-review): replace resolve-base.sh with prose-driven base detection ( #815 )
2026-05-10 16:23:19 -07:00
Trevin Chow
81710efad5
fix(ce-sessions): unblock session-history on Claude Code ( #800 )
2026-05-08 13:51:33 -07:00
Trevin Chow
6fc57c501f
fix(ce-debug): right-size triage and tighten hypothesis discipline ( #796 )
2026-05-08 08:09:47 -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