feat(ultraplan-local): v1.6.0 — /ultraresearch-local deep research command
Add /ultraresearch-local for structured research combining local codebase analysis with external knowledge via parallel agent swarms. Produces research briefs with triangulation, confidence ratings, and source quality assessment. New command: /ultraresearch-local with modes --quick, --local, --external, --fg. New agents: research-orchestrator (opus), docs-researcher, community-researcher, security-researcher, contrarian-researcher, gemini-bridge (all sonnet). New template: research-brief-template.md. Integration: --research flag in /ultraplan-local accepts pre-built research briefs (up to 3), enriches the interview and exploration phases. Planning orchestrator cross-references brief findings during synthesis. Design principle: Context Engineering — right information to right agent at right time. Research briefs are structured artifacts in the pipeline: ultraresearch → brief → ultraplan --research → plan → ultraexecute. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
commit
f153f969a0
196 changed files with 43854 additions and 0 deletions
66
reports/skill-registry.json
Normal file
66
reports/skill-registry.json
Normal file
|
|
@ -0,0 +1,66 @@
|
|||
{
|
||||
"version": "1",
|
||||
"updated": "2026-04-07T15:16:22.691Z",
|
||||
"entry_count": 2,
|
||||
"entries": {
|
||||
"e4e9fe45a840febc9e95a70cc4fe64e143f65856be5546177f48c08715c2e466": {
|
||||
"name": "klinkis",
|
||||
"source": "/Users/ktg/repos/klinkis",
|
||||
"fingerprint": "e4e9fe45a840febc9e95a70cc4fe64e143f65856be5546177f48c08715c2e466",
|
||||
"first_seen": "2026-04-05T13:40:30.791Z",
|
||||
"last_scanned": "2026-04-05T13:40:30.791Z",
|
||||
"scan_count": 1,
|
||||
"verdict": "ALLOW",
|
||||
"risk_score": 1,
|
||||
"counts": {
|
||||
"critical": 0,
|
||||
"high": 0,
|
||||
"medium": 0,
|
||||
"low": 1,
|
||||
"info": 1
|
||||
},
|
||||
"files_scanned": 28,
|
||||
"files_in_fingerprint": [
|
||||
".claude/settings.local.json",
|
||||
"CLAUDE.md",
|
||||
"docs/spec.md",
|
||||
"eslint.config.js",
|
||||
"package-lock.json",
|
||||
"package.json",
|
||||
"postcss.config.mjs",
|
||||
"README.md",
|
||||
"src/modules/TrackGenerator.ts",
|
||||
"src/modules/types.ts",
|
||||
"src/shared/marbleState.ts",
|
||||
"src/stores/gameStore.ts",
|
||||
"tsconfig.app.json",
|
||||
"tsconfig.json",
|
||||
"tsconfig.node.json",
|
||||
"vite.config.ts"
|
||||
],
|
||||
"tags": [],
|
||||
"source_type": "scanned"
|
||||
},
|
||||
"92466323e1bfe1d8de1468f0cabdac2950e3d6dabefd276d814e33ab73483c37": {
|
||||
"name": "ms-ai-architect",
|
||||
"source": "/Users/ktg/.claude/plugins/marketplaces/ktg-plugin-marketplace/plugins/ms-ai-architect",
|
||||
"fingerprint": "92466323e1bfe1d8de1468f0cabdac2950e3d6dabefd276d814e33ab73483c37",
|
||||
"first_seen": "2026-04-07T15:16:22.690Z",
|
||||
"last_scanned": "2026-04-07T15:16:22.691Z",
|
||||
"scan_count": 1,
|
||||
"verdict": "WARNING",
|
||||
"risk_score": 20,
|
||||
"counts": {
|
||||
"critical": 0,
|
||||
"high": 2,
|
||||
"medium": 1,
|
||||
"low": 1,
|
||||
"info": 1
|
||||
},
|
||||
"files_scanned": 390,
|
||||
"files_in_fingerprint": 469,
|
||||
"tags": [],
|
||||
"source_type": "scanned"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue