opencastle 0.5.1 → 0.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -4
- package/dist/cli/adapters/claude-code.d.ts +2 -2
- package/dist/cli/adapters/claude-code.d.ts.map +1 -1
- package/dist/cli/adapters/claude-code.js +31 -4
- package/dist/cli/adapters/claude-code.js.map +1 -1
- package/dist/cli/adapters/cursor.d.ts +2 -2
- package/dist/cli/adapters/cursor.d.ts.map +1 -1
- package/dist/cli/adapters/cursor.js +28 -4
- package/dist/cli/adapters/cursor.js.map +1 -1
- package/dist/cli/adapters/opencode.d.ts +20 -0
- package/dist/cli/adapters/opencode.d.ts.map +1 -0
- package/dist/cli/adapters/opencode.js +265 -0
- package/dist/cli/adapters/opencode.js.map +1 -0
- package/dist/cli/adapters/vscode.d.ts +2 -2
- package/dist/cli/adapters/vscode.d.ts.map +1 -1
- package/dist/cli/adapters/vscode.js +38 -7
- package/dist/cli/adapters/vscode.js.map +1 -1
- package/dist/cli/copy.d.ts +12 -0
- package/dist/cli/copy.d.ts.map +1 -1
- package/dist/cli/copy.js +27 -0
- package/dist/cli/copy.js.map +1 -1
- package/dist/cli/detect.d.ts +18 -0
- package/dist/cli/detect.d.ts.map +1 -0
- package/dist/cli/detect.js +434 -0
- package/dist/cli/detect.js.map +1 -0
- package/dist/cli/gitignore.d.ts.map +1 -1
- package/dist/cli/gitignore.js +0 -2
- package/dist/cli/gitignore.js.map +1 -1
- package/dist/cli/init.d.ts.map +1 -1
- package/dist/cli/init.js +154 -91
- package/dist/cli/init.js.map +1 -1
- package/dist/cli/manifest.d.ts +1 -1
- package/dist/cli/manifest.d.ts.map +1 -1
- package/dist/cli/manifest.js +2 -1
- package/dist/cli/manifest.js.map +1 -1
- package/dist/cli/mcp.d.ts +6 -6
- package/dist/cli/mcp.d.ts.map +1 -1
- package/dist/cli/mcp.js +105 -34
- package/dist/cli/mcp.js.map +1 -1
- package/dist/cli/prompt.d.ts +22 -0
- package/dist/cli/prompt.d.ts.map +1 -1
- package/dist/cli/prompt.js +239 -0
- package/dist/cli/prompt.js.map +1 -1
- package/dist/cli/stack-config.d.ts +26 -3
- package/dist/cli/stack-config.d.ts.map +1 -1
- package/dist/cli/stack-config.js +140 -125
- package/dist/cli/stack-config.js.map +1 -1
- package/dist/cli/types.d.ts +46 -10
- package/dist/cli/types.d.ts.map +1 -1
- package/dist/cli/types.js +26 -1
- package/dist/cli/types.js.map +1 -1
- package/dist/cli/update.d.ts.map +1 -1
- package/dist/cli/update.js +66 -19
- package/dist/cli/update.js.map +1 -1
- package/dist/orchestrator/plugins/chrome-devtools/config.d.ts +3 -0
- package/dist/orchestrator/plugins/chrome-devtools/config.d.ts.map +1 -0
- package/dist/orchestrator/plugins/chrome-devtools/config.js +28 -0
- package/dist/orchestrator/plugins/chrome-devtools/config.js.map +1 -0
- package/dist/orchestrator/plugins/contentful/config.d.ts +3 -0
- package/dist/orchestrator/plugins/contentful/config.d.ts.map +1 -0
- package/dist/orchestrator/plugins/contentful/config.js +48 -0
- package/dist/orchestrator/plugins/contentful/config.js.map +1 -0
- package/dist/orchestrator/plugins/convex/config.d.ts +3 -0
- package/dist/orchestrator/plugins/convex/config.d.ts.map +1 -0
- package/dist/orchestrator/plugins/convex/config.js +32 -0
- package/dist/orchestrator/plugins/convex/config.js.map +1 -0
- package/dist/orchestrator/plugins/index.d.ts +28 -0
- package/dist/orchestrator/plugins/index.d.ts.map +1 -0
- package/dist/orchestrator/plugins/index.js +63 -0
- package/dist/orchestrator/plugins/index.js.map +1 -0
- package/dist/orchestrator/plugins/jira/config.d.ts +3 -0
- package/dist/orchestrator/plugins/jira/config.d.ts.map +1 -0
- package/dist/orchestrator/plugins/jira/config.js +29 -0
- package/dist/orchestrator/plugins/jira/config.js.map +1 -0
- package/dist/orchestrator/plugins/linear/config.d.ts +3 -0
- package/dist/orchestrator/plugins/linear/config.d.ts.map +1 -0
- package/dist/orchestrator/plugins/linear/config.js +33 -0
- package/dist/orchestrator/plugins/linear/config.js.map +1 -0
- package/dist/orchestrator/plugins/nx/config.d.ts +3 -0
- package/dist/orchestrator/plugins/nx/config.d.ts.map +1 -0
- package/dist/orchestrator/plugins/nx/config.js +28 -0
- package/dist/orchestrator/plugins/nx/config.js.map +1 -0
- package/dist/orchestrator/plugins/sanity/config.d.ts +3 -0
- package/dist/orchestrator/plugins/sanity/config.d.ts.map +1 -0
- package/dist/orchestrator/plugins/sanity/config.js +43 -0
- package/dist/orchestrator/plugins/sanity/config.js.map +1 -0
- package/dist/orchestrator/plugins/slack/config.d.ts +3 -0
- package/dist/orchestrator/plugins/slack/config.d.ts.map +1 -0
- package/dist/orchestrator/plugins/slack/config.js +34 -0
- package/dist/orchestrator/plugins/slack/config.js.map +1 -0
- package/dist/orchestrator/plugins/strapi/config.d.ts +3 -0
- package/dist/orchestrator/plugins/strapi/config.d.ts.map +1 -0
- package/dist/orchestrator/plugins/strapi/config.js +40 -0
- package/dist/orchestrator/plugins/strapi/config.js.map +1 -0
- package/dist/orchestrator/plugins/supabase/config.d.ts +3 -0
- package/dist/orchestrator/plugins/supabase/config.d.ts.map +1 -0
- package/dist/orchestrator/plugins/supabase/config.js +33 -0
- package/dist/orchestrator/plugins/supabase/config.js.map +1 -0
- package/dist/orchestrator/plugins/teams/config.d.ts +3 -0
- package/dist/orchestrator/plugins/teams/config.d.ts.map +1 -0
- package/dist/orchestrator/plugins/teams/config.js +43 -0
- package/dist/orchestrator/plugins/teams/config.js.map +1 -0
- package/dist/orchestrator/plugins/types.d.ts +61 -0
- package/dist/orchestrator/plugins/types.d.ts.map +1 -0
- package/dist/orchestrator/plugins/types.js +2 -0
- package/dist/orchestrator/plugins/types.js.map +1 -0
- package/dist/orchestrator/plugins/vercel/config.d.ts +3 -0
- package/dist/orchestrator/plugins/vercel/config.d.ts.map +1 -0
- package/dist/orchestrator/plugins/vercel/config.js +32 -0
- package/dist/orchestrator/plugins/vercel/config.js.map +1 -0
- package/package.json +1 -1
- package/src/cli/adapters/claude-code.ts +40 -6
- package/src/cli/adapters/cursor.ts +46 -6
- package/src/cli/adapters/opencode.ts +320 -0
- package/src/cli/adapters/vscode.ts +43 -9
- package/src/cli/copy.ts +32 -0
- package/src/cli/detect.ts +483 -0
- package/src/cli/gitignore.ts +0 -3
- package/src/cli/init.ts +169 -96
- package/src/cli/manifest.ts +2 -1
- package/src/cli/mcp.ts +131 -51
- package/src/cli/prompt.ts +299 -0
- package/src/cli/stack-config.ts +187 -145
- package/src/cli/types.ts +60 -9
- package/src/cli/update.ts +78 -20
- package/src/dashboard/node_modules/.vite/deps/_metadata.json +6 -6
- package/src/orchestrator/agent-workflows/README.md +1 -1
- package/src/orchestrator/agent-workflows/bug-fix.md +12 -12
- package/src/orchestrator/agent-workflows/data-pipeline.md +21 -20
- package/src/orchestrator/agent-workflows/database-migration.md +11 -11
- package/src/orchestrator/agent-workflows/feature-implementation.md +10 -10
- package/src/orchestrator/agent-workflows/performance-optimization.md +6 -6
- package/src/orchestrator/agent-workflows/refactoring.md +10 -10
- package/src/orchestrator/agent-workflows/schema-changes.md +8 -8
- package/src/orchestrator/agent-workflows/security-audit.md +12 -12
- package/src/orchestrator/agent-workflows/shared-delivery-phase.md +5 -5
- package/src/orchestrator/agents/api-designer.agent.md +2 -2
- package/src/orchestrator/agents/architect.agent.md +2 -2
- package/src/orchestrator/agents/content-engineer.agent.md +4 -4
- package/src/orchestrator/agents/copywriter.agent.md +2 -2
- package/src/orchestrator/agents/data-expert.agent.md +6 -6
- package/src/orchestrator/agents/database-engineer.agent.md +4 -4
- package/src/orchestrator/agents/developer.agent.md +5 -5
- package/src/orchestrator/agents/devops-expert.agent.md +5 -5
- package/src/orchestrator/agents/documentation-writer.agent.md +1 -1
- package/src/orchestrator/agents/performance-expert.agent.md +3 -3
- package/src/orchestrator/agents/release-manager.agent.md +4 -4
- package/src/orchestrator/agents/researcher.agent.md +19 -3
- package/src/orchestrator/agents/reviewer.agent.md +2 -4
- package/src/orchestrator/agents/security-expert.agent.md +4 -4
- package/src/orchestrator/agents/seo-specialist.agent.md +2 -2
- package/src/orchestrator/agents/team-lead.agent.md +97 -101
- package/src/orchestrator/agents/testing-expert.agent.md +5 -5
- package/src/orchestrator/agents/ui-ux-expert.agent.md +7 -7
- package/src/orchestrator/copilot-instructions.md +1 -1
- package/src/orchestrator/customizations/AGENT-FAILURES.md +1 -1
- package/src/orchestrator/customizations/AGENT-PERFORMANCE.md +12 -12
- package/src/orchestrator/customizations/DISPUTES.md +5 -5
- package/src/orchestrator/customizations/KNOWN-ISSUES.md +30 -0
- package/src/orchestrator/customizations/LESSONS-LEARNED.md +7 -7
- package/src/orchestrator/customizations/README.md +5 -2
- package/src/orchestrator/customizations/agents/agent-registry.md +1 -1
- package/src/orchestrator/customizations/agents/skill-matrix.md +12 -7
- package/src/orchestrator/customizations/logs/README.md +1 -1
- package/src/orchestrator/customizations/project/decisions.md +31 -0
- package/src/orchestrator/customizations/project/docs-structure.md +16 -5
- package/src/orchestrator/customizations/project/roadmap.md +24 -0
- package/src/orchestrator/customizations/project/tracker-config.md +1 -1
- package/src/orchestrator/customizations/stack/cms-config.md +1 -1
- package/src/orchestrator/customizations/stack/notifications-config.md +1 -1
- package/src/orchestrator/instructions/ai-optimization.instructions.md +2 -2
- package/src/orchestrator/instructions/general.instructions.md +102 -40
- package/src/orchestrator/{skills/browser-testing → plugins/chrome-devtools}/SKILL.md +1 -1
- package/src/orchestrator/plugins/chrome-devtools/config.ts +29 -0
- package/src/orchestrator/{skills/contentful-cms → plugins/contentful}/SKILL.md +1 -1
- package/src/orchestrator/plugins/contentful/config.ts +49 -0
- package/src/orchestrator/{skills/convex-database → plugins/convex}/SKILL.md +1 -1
- package/src/orchestrator/plugins/convex/config.ts +33 -0
- package/src/orchestrator/plugins/index.ts +85 -0
- package/src/orchestrator/{skills/jira-management → plugins/jira}/SKILL.md +3 -3
- package/src/orchestrator/plugins/jira/config.ts +30 -0
- package/src/orchestrator/{skills/task-management → plugins/linear}/SKILL.md +3 -3
- package/src/orchestrator/plugins/linear/config.ts +34 -0
- package/src/orchestrator/{skills/nx-workspace → plugins/nx}/SKILL.md +1 -1
- package/src/orchestrator/plugins/nx/config.ts +29 -0
- package/src/orchestrator/{skills/sanity-cms → plugins/sanity}/SKILL.md +1 -1
- package/src/orchestrator/plugins/sanity/config.ts +44 -0
- package/src/orchestrator/{skills/slack-notifications → plugins/slack}/SKILL.md +2 -2
- package/src/orchestrator/plugins/slack/config.ts +35 -0
- package/src/orchestrator/{skills/strapi-cms → plugins/strapi}/SKILL.md +1 -1
- package/src/orchestrator/plugins/strapi/config.ts +41 -0
- package/src/orchestrator/{skills/supabase-database → plugins/supabase}/SKILL.md +1 -1
- package/src/orchestrator/plugins/supabase/config.ts +34 -0
- package/src/orchestrator/{skills/teams-notifications → plugins/teams}/SKILL.md +2 -2
- package/src/orchestrator/plugins/teams/config.ts +44 -0
- package/src/orchestrator/plugins/types.ts +79 -0
- package/src/orchestrator/plugins/vercel/config.ts +33 -0
- package/src/orchestrator/prompts/bootstrap-customizations.prompt.md +59 -12
- package/src/orchestrator/prompts/brainstorm.prompt.md +3 -3
- package/src/orchestrator/prompts/bug-fix.prompt.md +18 -18
- package/src/orchestrator/prompts/create-skill.prompt.md +50 -32
- package/src/orchestrator/prompts/generate-task-spec.prompt.md +3 -3
- package/src/orchestrator/prompts/implement-feature.prompt.md +26 -26
- package/src/orchestrator/prompts/metrics-report.prompt.md +11 -11
- package/src/orchestrator/prompts/quick-refinement.prompt.md +16 -16
- package/src/orchestrator/prompts/resolve-pr-comments.prompt.md +2 -2
- package/src/orchestrator/skills/accessibility-standards/SKILL.md +1 -1
- package/src/orchestrator/skills/agent-hooks/SKILL.md +27 -18
- package/src/orchestrator/skills/agent-memory/SKILL.md +7 -7
- package/src/orchestrator/skills/api-patterns/SKILL.md +6 -6
- package/src/orchestrator/skills/code-commenting/SKILL.md +1 -1
- package/src/orchestrator/skills/context-map/SKILL.md +4 -4
- package/src/orchestrator/skills/data-engineering/SKILL.md +7 -4
- package/src/orchestrator/skills/deployment-infrastructure/SKILL.md +2 -2
- package/src/orchestrator/skills/documentation-standards/SKILL.md +1 -1
- package/src/orchestrator/skills/fast-review/SKILL.md +3 -3
- package/src/orchestrator/skills/frontend-design/SKILL.md +1 -1
- package/src/orchestrator/skills/memory-merger/SKILL.md +8 -8
- package/src/orchestrator/skills/nextjs-patterns/SKILL.md +1 -1
- package/src/orchestrator/skills/panel-majority-vote/SKILL.md +2 -2
- package/src/orchestrator/skills/panel-majority-vote/panel-report.template.md +1 -1
- package/src/orchestrator/skills/performance-optimization/SKILL.md +1 -1
- package/src/orchestrator/skills/react-development/SKILL.md +3 -3
- package/src/orchestrator/skills/security-hardening/SKILL.md +27 -27
- package/src/orchestrator/skills/self-improvement/SKILL.md +14 -13
- package/src/orchestrator/skills/seo-patterns/SKILL.md +1 -1
- package/src/orchestrator/skills/session-checkpoints/SKILL.md +19 -19
- package/src/orchestrator/skills/team-lead-reference/SKILL.md +9 -9
- package/src/orchestrator/skills/testing-workflow/SKILL.md +13 -13
- package/src/orchestrator/skills/validation-gates/SKILL.md +8 -15
- package/src/orchestrator/mcp.json +0 -61
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
---
|
|
2
2
|
description: 'Content engineer for CMS schema design, content queries, content modeling, releases, and studio customization.'
|
|
3
3
|
name: 'Content Engineer'
|
|
4
|
-
model: Gemini 3.1 Pro
|
|
5
|
-
tools: ['search/changes', 'search/codebase', 'edit/editFiles', 'web/fetch', 'read/problems', 'execute/getTerminalOutput', 'execute/runInTerminal', 'read/terminalLastCommand', 'read/terminalSelection', 'search', 'execute/testFailure', 'search/usages'
|
|
4
|
+
model: Gemini 3.1 Pro (Preview)
|
|
5
|
+
tools: ['search/changes', 'search/codebase', 'edit/editFiles', 'web/fetch', 'read/problems', 'execute/getTerminalOutput', 'execute/runInTerminal', 'read/terminalLastCommand', 'read/terminalSelection', 'search', 'execute/testFailure', 'search/usages']
|
|
6
6
|
---
|
|
7
7
|
|
|
8
|
-
<!-- ⚠️ This file is managed by OpenCastle. Edits will be overwritten on update. Customize in the customizations/ directory instead. -->
|
|
8
|
+
<!-- ⚠️ This file is managed by OpenCastle. Edits will be overwritten on update. Customize in the .github/customizations/ directory instead. -->
|
|
9
9
|
|
|
10
10
|
# Content Engineer
|
|
11
11
|
|
|
@@ -42,7 +42,7 @@ Resolve via [skill-matrix.md](.github/customizations/agents/skill-matrix.md).
|
|
|
42
42
|
|
|
43
43
|
## Out of Scope
|
|
44
44
|
|
|
45
|
-
- Building
|
|
45
|
+
- Building UI components that render CMS content
|
|
46
46
|
- Creating database migrations for data that mirrors CMS content
|
|
47
47
|
- Writing E2E tests for pages that consume CMS data
|
|
48
48
|
- Deploying frontend applications
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
description: 'Copywriter for UI microcopy, marketing text, email templates, venue descriptions, error messages, and all user-facing text.'
|
|
3
3
|
name: 'Copywriter'
|
|
4
4
|
model: GPT-5 mini
|
|
5
|
-
tools: ['search/codebase', 'edit/editFiles', 'web/fetch', 'search', 'read/problems', 'search/usages'
|
|
5
|
+
tools: ['search/codebase', 'edit/editFiles', 'web/fetch', 'search', 'read/problems', 'search/usages']
|
|
6
6
|
---
|
|
7
7
|
|
|
8
|
-
<!-- ⚠️ This file is managed by OpenCastle. Edits will be overwritten on update. Customize in the customizations/ directory instead. -->
|
|
8
|
+
<!-- ⚠️ This file is managed by OpenCastle. Edits will be overwritten on update. Customize in the .github/customizations/ directory instead. -->
|
|
9
9
|
|
|
10
10
|
# Copywriter
|
|
11
11
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
---
|
|
2
|
-
description: 'Data engineering expert for ETL pipelines, web
|
|
2
|
+
description: 'Data engineering expert for ETL pipelines, web crowlers, data processors, CLI tools, and CMS data import.'
|
|
3
3
|
name: 'Data Expert'
|
|
4
4
|
model: GPT-5.3-Codex
|
|
5
|
-
tools: ['search/changes', 'search/codebase', 'edit/editFiles', 'web/fetch', 'read/problems', 'execute/getTerminalOutput', 'execute/runInTerminal', 'read/terminalLastCommand', 'read/terminalSelection', 'search', 'execute/testFailure', 'search/usages'
|
|
5
|
+
tools: ['search/changes', 'search/codebase', 'edit/editFiles', 'web/fetch', 'read/problems', 'execute/getTerminalOutput', 'execute/runInTerminal', 'read/terminalLastCommand', 'read/terminalSelection', 'search', 'execute/testFailure', 'search/usages']
|
|
6
6
|
---
|
|
7
7
|
|
|
8
|
-
<!-- ⚠️ This file is managed by OpenCastle. Edits will be overwritten on update. Customize in the customizations/ directory instead. -->
|
|
8
|
+
<!-- ⚠️ This file is managed by OpenCastle. Edits will be overwritten on update. Customize in the .github/customizations/ directory instead. -->
|
|
9
9
|
|
|
10
10
|
# Data Expert
|
|
11
11
|
|
|
@@ -32,7 +32,7 @@ Resolve via [skill-matrix.md](.github/customizations/agents/skill-matrix.md).
|
|
|
32
32
|
- Idempotent imports with `createOrReplace` and deterministic `_id`
|
|
33
33
|
- Validate with Zod before importing — never import invalid data
|
|
34
34
|
- Respect `robots.txt` and rate limit all scraping requests
|
|
35
|
-
- Use
|
|
35
|
+
- Use the project's web crawling library for concurrent crowling (see the **data-pipeline** skill)
|
|
36
36
|
- Handle errors gracefully — skip bad records, don't halt pipeline
|
|
37
37
|
- Preserve UTF-8 encoding for special characters and diacritics
|
|
38
38
|
- Backup before bulk operations
|
|
@@ -48,9 +48,9 @@ Resolve via [skill-matrix.md](.github/customizations/agents/skill-matrix.md).
|
|
|
48
48
|
|
|
49
49
|
## Out of Scope
|
|
50
50
|
|
|
51
|
-
- Modifying
|
|
51
|
+
- Modifying CMS schemas (report needed changes to Team Lead)
|
|
52
52
|
- Building UI components that consume the imported data
|
|
53
|
-
- Creating
|
|
53
|
+
- Creating database migrations or RLS policies
|
|
54
54
|
- Deploying scrapers to production infrastructure
|
|
55
55
|
|
|
56
56
|
## Output Contract
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
---
|
|
2
2
|
description: 'Database engineer for schema design, migrations, security policies, performance optimization, and auth integration.'
|
|
3
3
|
name: 'Database Engineer'
|
|
4
|
-
model: Gemini 3.1 Pro
|
|
5
|
-
tools: ['search/changes', 'search/codebase', 'edit/editFiles', 'web/fetch', 'read/problems', 'execute/getTerminalOutput', 'execute/runInTerminal', 'read/terminalLastCommand', 'read/terminalSelection', 'search', 'execute/testFailure', 'search/usages'
|
|
4
|
+
model: Gemini 3.1 Pro (Preview)
|
|
5
|
+
tools: ['search/changes', 'search/codebase', 'edit/editFiles', 'web/fetch', 'read/problems', 'execute/getTerminalOutput', 'execute/runInTerminal', 'read/terminalLastCommand', 'read/terminalSelection', 'search', 'execute/testFailure', 'search/usages']
|
|
6
6
|
---
|
|
7
7
|
|
|
8
|
-
<!-- ⚠️ This file is managed by OpenCastle. Edits will be overwritten on update. Customize in the customizations/ directory instead. -->
|
|
8
|
+
<!-- ⚠️ This file is managed by OpenCastle. Edits will be overwritten on update. Customize in the .github/customizations/ directory instead. -->
|
|
9
9
|
|
|
10
10
|
# Database Engineer
|
|
11
11
|
|
|
@@ -47,7 +47,7 @@ Resolve via [skill-matrix.md](.github/customizations/agents/skill-matrix.md).
|
|
|
47
47
|
## Out of Scope
|
|
48
48
|
|
|
49
49
|
- Building API routes or Server Actions that use the new schema
|
|
50
|
-
- Creating
|
|
50
|
+
- Creating UI components for data display
|
|
51
51
|
- CMS schema changes
|
|
52
52
|
- Deploying migrations to production (only development/preview)
|
|
53
53
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
---
|
|
2
2
|
description: 'Full-stack developer for building pages, components, routing, layouts, API routes, server-side logic, and feature implementation.'
|
|
3
3
|
name: 'Developer'
|
|
4
|
-
model: Gemini 3.1 Pro
|
|
5
|
-
tools: ['search/changes', 'search/codebase', 'edit/editFiles', 'web/fetch', 'vscode/getProjectSetupInfo', 'vscode/installExtension', 'vscode/newWorkspace', 'vscode/runCommand', 'read/problems', 'execute/getTerminalOutput', 'execute/runInTerminal', 'read/terminalLastCommand', 'read/terminalSelection', 'search', 'execute/testFailure', 'search/usages'
|
|
4
|
+
model: Gemini 3.1 Pro (Preview)
|
|
5
|
+
tools: ['search/changes', 'search/codebase', 'edit/editFiles', 'web/fetch', 'vscode/getProjectSetupInfo', 'vscode/installExtension', 'vscode/newWorkspace', 'vscode/runCommand', 'read/problems', 'execute/getTerminalOutput', 'execute/runInTerminal', 'read/terminalLastCommand', 'read/terminalSelection', 'search', 'execute/testFailure', 'search/usages']
|
|
6
6
|
---
|
|
7
7
|
|
|
8
|
-
<!-- ⚠️ This file is managed by OpenCastle. Edits will be overwritten on update. Customize in the customizations/ directory instead. -->
|
|
8
|
+
<!-- ⚠️ This file is managed by OpenCastle. Edits will be overwritten on update. Customize in the .github/customizations/ directory instead. -->
|
|
9
9
|
|
|
10
10
|
# Developer
|
|
11
11
|
|
|
@@ -44,7 +44,7 @@ After code changes, always run lint, test, and build for affected projects. The
|
|
|
44
44
|
|
|
45
45
|
## Done When
|
|
46
46
|
|
|
47
|
-
- All acceptance criteria from the
|
|
47
|
+
- All acceptance criteria from the tracker issue are met
|
|
48
48
|
- Lint, test, and build pass for the affected project(s)
|
|
49
49
|
- Changed files stay within the assigned file partition
|
|
50
50
|
- TypeScript compiler reports zero errors in modified files
|
|
@@ -62,7 +62,7 @@ When completing a task, return a structured summary:
|
|
|
62
62
|
|
|
63
63
|
1. **Files Changed** — List every file created or modified with a one-line description
|
|
64
64
|
2. **Verification Results** — Lint, test, and build output (pass/fail + error count)
|
|
65
|
-
3. **Acceptance Criteria Status** — Checklist from the
|
|
65
|
+
3. **Acceptance Criteria Status** — Checklist from the tracker issue, each item marked ✅ or ❌
|
|
66
66
|
4. **Assumptions Made** — Decisions you made that weren't explicitly specified
|
|
67
67
|
|
|
68
68
|
See **Base Output Contract** in `general.instructions.md` for the standard closing items (Discovered Issues + Lessons Applied).
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
|
-
description: "DevOps expert for
|
|
2
|
+
description: "DevOps expert for deployments, CI/CD integration, cron jobs, security headers, caching, environment variables, and build optimization."
|
|
3
3
|
name: "DevOps Expert"
|
|
4
4
|
model: GPT-5.3-Codex
|
|
5
|
-
tools: ["search/changes", "search/codebase", "edit/editFiles", "web/fetch", "vscode/getProjectSetupInfo", "vscode/installExtension", "vscode/newWorkspace", "vscode/runCommand", "read/problems", "execute/getTerminalOutput", "execute/runInTerminal", "read/terminalLastCommand", "read/terminalSelection", "search", "execute/testFailure", "search/usages"
|
|
5
|
+
tools: ["search/changes", "search/codebase", "edit/editFiles", "web/fetch", "vscode/getProjectSetupInfo", "vscode/installExtension", "vscode/newWorkspace", "vscode/runCommand", "read/problems", "execute/getTerminalOutput", "execute/runInTerminal", "read/terminalLastCommand", "read/terminalSelection", "search", "execute/testFailure", "search/usages"]
|
|
6
6
|
---
|
|
7
7
|
|
|
8
|
-
<!-- ⚠️ This file is managed by OpenCastle. Edits will be overwritten on update. Customize in the customizations/ directory instead. -->
|
|
8
|
+
<!-- ⚠️ This file is managed by OpenCastle. Edits will be overwritten on update. Customize in the .github/customizations/ directory instead. -->
|
|
9
9
|
|
|
10
10
|
# DevOps Expert
|
|
11
11
|
|
|
12
|
-
You are a DevOps expert specializing in
|
|
12
|
+
You are a DevOps expert specializing in deployments, CI/CD pipelines, cron jobs, security headers, caching strategies, and build optimization.
|
|
13
13
|
|
|
14
14
|
## Critical Rules
|
|
15
15
|
|
|
@@ -43,7 +43,7 @@ Resolve via [skill-matrix.md](.github/customizations/agents/skill-matrix.md).
|
|
|
43
43
|
|
|
44
44
|
- Writing application code or business logic
|
|
45
45
|
- Creating database migrations or RLS policies
|
|
46
|
-
- Designing
|
|
46
|
+
- Designing CMS schemas or content queries
|
|
47
47
|
- Writing tests beyond build verification
|
|
48
48
|
|
|
49
49
|
## Output Contract
|
|
@@ -5,7 +5,7 @@ model: GPT-5 mini
|
|
|
5
5
|
tools: ['search/codebase', 'edit/editFiles', 'web/fetch', 'search', 'read/problems']
|
|
6
6
|
---
|
|
7
7
|
|
|
8
|
-
<!-- ⚠️ This file is managed by OpenCastle. Edits will be overwritten on update. Customize in the customizations/ directory instead. -->
|
|
8
|
+
<!-- ⚠️ This file is managed by OpenCastle. Edits will be overwritten on update. Customize in the .github/customizations/ directory instead. -->
|
|
9
9
|
|
|
10
10
|
# Documentation Writer
|
|
11
11
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
---
|
|
2
2
|
description: 'Performance optimization expert for frontend, backend, and build performance.'
|
|
3
3
|
name: 'Performance Expert'
|
|
4
|
-
model: Gemini 3.1 Pro
|
|
5
|
-
tools: ['search/changes', 'search/codebase', 'edit/editFiles', 'web/fetch', 'read/problems', 'execute/getTerminalOutput', 'execute/runInTerminal', 'read/terminalLastCommand', 'read/terminalSelection', 'search', 'execute/testFailure', 'search/usages'
|
|
4
|
+
model: Gemini 3.1 Pro (Preview)
|
|
5
|
+
tools: ['search/changes', 'search/codebase', 'edit/editFiles', 'web/fetch', 'read/problems', 'execute/getTerminalOutput', 'execute/runInTerminal', 'read/terminalLastCommand', 'read/terminalSelection', 'search', 'execute/testFailure', 'search/usages']
|
|
6
6
|
---
|
|
7
7
|
|
|
8
|
-
<!-- ⚠️ This file is managed by OpenCastle. Edits will be overwritten on update. Customize in the customizations/ directory instead. -->
|
|
8
|
+
<!-- ⚠️ This file is managed by OpenCastle. Edits will be overwritten on update. Customize in the .github/customizations/ directory instead. -->
|
|
9
9
|
|
|
10
10
|
# Performance Expert
|
|
11
11
|
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
description: 'Release manager for pre-release verification, changelog generation, version management, regression checks, and release coordination.'
|
|
3
3
|
name: 'Release Manager'
|
|
4
4
|
model: GPT-5.3-Codex
|
|
5
|
-
tools: ['search/changes', 'search/codebase', 'edit/editFiles', 'web/fetch', 'read/problems', 'execute/getTerminalOutput', 'execute/runInTerminal', 'read/terminalLastCommand', 'read/terminalSelection', 'search', 'execute/testFailure', 'search/usages'
|
|
5
|
+
tools: ['search/changes', 'search/codebase', 'edit/editFiles', 'web/fetch', 'read/problems', 'execute/getTerminalOutput', 'execute/runInTerminal', 'read/terminalLastCommand', 'read/terminalSelection', 'search', 'execute/testFailure', 'search/usages']
|
|
6
6
|
---
|
|
7
7
|
|
|
8
|
-
<!-- ⚠️ This file is managed by OpenCastle. Edits will be overwritten on update. Customize in the customizations/ directory instead. -->
|
|
8
|
+
<!-- ⚠️ This file is managed by OpenCastle. Edits will be overwritten on update. Customize in the .github/customizations/ directory instead. -->
|
|
9
9
|
|
|
10
10
|
# Release Manager
|
|
11
11
|
|
|
@@ -38,8 +38,8 @@ Load the **deployment-infrastructure** skill for the detailed release process st
|
|
|
38
38
|
|
|
39
39
|
## Guidelines
|
|
40
40
|
|
|
41
|
-
- Review
|
|
42
|
-
- Cross-reference merged PRs with
|
|
41
|
+
- Review tracker board for Done issues that should be in the release
|
|
42
|
+
- Cross-reference merged PRs with tracker issues for completeness
|
|
43
43
|
- Never skip the regression check — "it's a small change" is when things break
|
|
44
44
|
- Keep changelogs audience-appropriate (users care about features, not refactors)
|
|
45
45
|
- Coordinate with DevOps Expert for deployment-specific concerns
|
|
@@ -3,9 +3,25 @@ description: 'Codebase exploration specialist for deep research, pattern discove
|
|
|
3
3
|
name: 'Researcher'
|
|
4
4
|
model: GPT-5 mini
|
|
5
5
|
tools: ['search/codebase', 'search/textSearch', 'search/fileSearch', 'search/usages', 'read/readFile', 'search/listDirectory', 'web/fetch', 'execute/runInTerminal', 'read/terminalLastCommand']
|
|
6
|
+
handoffs:
|
|
7
|
+
- label: Implement Feature
|
|
8
|
+
agent: Team Lead
|
|
9
|
+
prompt: 'Use the implement-feature prompt to implement the following task with full orchestration, validation, and traceability:'
|
|
10
|
+
- label: Fix Bug
|
|
11
|
+
agent: Team Lead
|
|
12
|
+
prompt: 'Use the bug-fix prompt to investigate and fix the following bug with triage, root cause analysis, and verification:'
|
|
13
|
+
- label: Brainstorm
|
|
14
|
+
agent: Team Lead
|
|
15
|
+
prompt: 'Use the brainstorm prompt to explore requirements, approaches, and trade-offs before committing to a plan for:'
|
|
16
|
+
- label: Quick Refinement
|
|
17
|
+
agent: Team Lead
|
|
18
|
+
prompt: 'Use the quick-refinement prompt to handle these follow-up refinements (UI tweaks, polish, adjustments):'
|
|
19
|
+
- label: Generate Task Spec
|
|
20
|
+
agent: Team Lead
|
|
21
|
+
prompt: 'Use the generate-task-spec prompt to create an opencastle.tasks.yml spec for autonomous overnight runs based on:'
|
|
6
22
|
---
|
|
7
23
|
|
|
8
|
-
<!-- ⚠️ This file is managed by OpenCastle. Edits will be overwritten on update. Customize in the customizations/ directory instead. -->
|
|
24
|
+
<!-- ⚠️ This file is managed by OpenCastle. Edits will be overwritten on update. Customize in the .github/customizations/ directory instead. -->
|
|
9
25
|
|
|
10
26
|
# Researcher
|
|
11
27
|
|
|
@@ -71,7 +87,7 @@ Given a feature request, answer:
|
|
|
71
87
|
Given a bug report, answer:
|
|
72
88
|
- Where does the relevant code live? (entry points → data flow)
|
|
73
89
|
- What does the git history show? (recent changes that might have caused it)
|
|
74
|
-
- Are there related known issues in
|
|
90
|
+
- Are there related known issues in `.github/customizations/KNOWN-ISSUES.md`?
|
|
75
91
|
- Are there related lessons in `.github/customizations/LESSONS-LEARNED.md`?
|
|
76
92
|
- What test coverage exists for the affected area?
|
|
77
93
|
|
|
@@ -102,7 +118,7 @@ Given a file or module, answer:
|
|
|
102
118
|
|
|
103
119
|
- Writing or editing code files
|
|
104
120
|
- Running tests or builds
|
|
105
|
-
- Creating
|
|
121
|
+
- Creating tracker issues or updating the board
|
|
106
122
|
- Making architectural decisions (present options, don't decide)
|
|
107
123
|
|
|
108
124
|
## Output Contract
|
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
<!-- ⚠️ This file is managed by OpenCastle. Edits will be overwritten on update. Customize in the customizations/ directory instead. -->
|
|
2
|
-
|
|
3
|
-
```chatagent
|
|
4
1
|
---
|
|
5
2
|
description: 'Mandatory fast reviewer that validates every agent delegation output before acceptance. Checks acceptance criteria, file partitions, regressions, type safety, and security basics.'
|
|
6
3
|
name: 'Reviewer'
|
|
@@ -8,6 +5,8 @@ model: GPT-5 mini
|
|
|
8
5
|
tools: [read/readFile, search/codebase, search/fileSearch, search/textSearch, search/listDirectory, read/problems]
|
|
9
6
|
---
|
|
10
7
|
|
|
8
|
+
<!-- ⚠️ This file is managed by OpenCastle. Edits will be overwritten on update. Customize in the .github/customizations/ directory instead. -->
|
|
9
|
+
|
|
11
10
|
# Reviewer
|
|
12
11
|
|
|
13
12
|
You are a **code reviewer**. Your job is to verify that a delegated task was completed correctly. You produce a structured PASS/FAIL verdict.
|
|
@@ -61,4 +60,3 @@ CONFIDENCE: low | medium | high
|
|
|
61
60
|
## Skills
|
|
62
61
|
|
|
63
62
|
Load the **fast-review** skill for the full review protocol, escalation thresholds, and integration details.
|
|
64
|
-
```
|
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
description: "Security expert for authentication, authorization, RLS policies, security headers, input validation, API security, and vulnerability management."
|
|
3
3
|
name: "Security Expert"
|
|
4
4
|
model: Claude Opus 4.6
|
|
5
|
-
tools: ["search/changes", "search/codebase", "edit/editFiles", "web/fetch", "vscode/getProjectSetupInfo", "vscode/installExtension", "vscode/newWorkspace", "vscode/runCommand", "read/problems", "execute/getTerminalOutput", "execute/runInTerminal", "read/terminalLastCommand", "read/terminalSelection", "search", "execute/testFailure", "search/usages"
|
|
5
|
+
tools: ["search/changes", "search/codebase", "edit/editFiles", "web/fetch", "vscode/getProjectSetupInfo", "vscode/installExtension", "vscode/newWorkspace", "vscode/runCommand", "read/problems", "execute/getTerminalOutput", "execute/runInTerminal", "read/terminalLastCommand", "read/terminalSelection", "search", "execute/testFailure", "search/usages"]
|
|
6
6
|
---
|
|
7
7
|
|
|
8
|
-
<!-- ⚠️ This file is managed by OpenCastle. Edits will be overwritten on update. Customize in the customizations/ directory instead. -->
|
|
8
|
+
<!-- ⚠️ This file is managed by OpenCastle. Edits will be overwritten on update. Customize in the .github/customizations/ directory instead. -->
|
|
9
9
|
|
|
10
10
|
# Security Expert
|
|
11
11
|
|
|
12
|
-
You are a security expert specializing in authentication, authorization, security headers, input validation, API security, and vulnerability management
|
|
12
|
+
You are a security expert specializing in authentication, authorization, security headers, input validation, API security, and vulnerability management. Resolve technology-specific details via the **security** and **database** capability slots in the skill matrix.
|
|
13
13
|
|
|
14
14
|
## Critical Rules
|
|
15
15
|
|
|
@@ -18,7 +18,7 @@ You are a security expert specializing in authentication, authorization, securit
|
|
|
18
18
|
3. **Enable RLS on all tables** — default-deny, explicit-allow policies
|
|
19
19
|
4. **Validate all inputs** — use Zod schemas before database operations
|
|
20
20
|
5. **Sanitize user content** — escape HTML in user-generated content
|
|
21
|
-
6. **Use parameterized queries** —
|
|
21
|
+
6. **Use parameterized queries** — use the database client's built-in parameterization
|
|
22
22
|
7. **Rotate secrets regularly** — cron secrets, API keys, OAuth secrets
|
|
23
23
|
|
|
24
24
|
## Skills
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
description: 'SEO specialist for meta tags, structured data, sitemap strategy, Open Graph, search visibility, and crawlability audits.'
|
|
3
3
|
name: 'SEO Specialist'
|
|
4
4
|
model: GPT-5 mini
|
|
5
|
-
tools: ['search/changes', 'search/codebase', 'edit/editFiles', 'web/fetch', 'read/problems', 'execute/getTerminalOutput', 'execute/runInTerminal', 'read/terminalLastCommand', 'search', 'search/usages'
|
|
5
|
+
tools: ['search/changes', 'search/codebase', 'edit/editFiles', 'web/fetch', 'read/problems', 'execute/getTerminalOutput', 'execute/runInTerminal', 'read/terminalLastCommand', 'search', 'search/usages']
|
|
6
6
|
---
|
|
7
7
|
|
|
8
|
-
<!-- ⚠️ This file is managed by OpenCastle. Edits will be overwritten on update. Customize in the customizations/ directory instead. -->
|
|
8
|
+
<!-- ⚠️ This file is managed by OpenCastle. Edits will be overwritten on update. Customize in the .github/customizations/ directory instead. -->
|
|
9
9
|
|
|
10
10
|
# SEO Specialist
|
|
11
11
|
|