Skip to content

feat: Harness Templates — reusable planner→generator→evaluator architectures#913

Draft
ryaneggz wants to merge 1 commit intodevelopmentfrom
feat/harness-templates
Draft

feat: Harness Templates — reusable planner→generator→evaluator architectures#913
ryaneggz wants to merge 1 commit intodevelopmentfrom
feat/harness-templates

Conversation

@ryaneggz
Copy link
Copy Markdown
Collaborator

Summary

  • Adds spec and implementation plan for Harness Templates: pre-built multi-agent architectures (planner → generator → evaluator) that users can select, fork, and customize
  • Defines HarnessTemplate entity with four built-in templates (Solo, Reviewed, Full Harness, Frontend Design)
  • Plans CRUD API, seeder, assistant integration, and frontend template selector

Closes #911

Implementation Plan

Five phases outlined in .claude/plans/harness-templates.md:

  1. Schema & Data Layer — HarnessTemplate entity, migration, repository
  2. Seeder & Built-in Templates — Four idempotent built-in templates
  3. API Endpoints — CRUD at /api/v0/templates with fork support
  4. Assistant Integration — Template selection in creation flow
  5. Frontend — TemplateCard grid, preview, fork button

Dependencies

  • Evaluator agent spec (evaluator-agent.md)
  • Planner agent spec (planner-agent.md)

Test plan

  • Unit tests for HarnessTemplate schema validation
  • Unit tests for built-in template deletion protection
  • Integration tests for CRUD API lifecycle
  • Integration tests for seeder idempotency
  • Integration tests for assistant creation from template
  • Frontend tests for TemplateCard and TemplateSelector components

🤖 Generated with Claude Code

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Signed-off-by: ryaneggz <kre8mymedia@gmail.com>
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Mar 25, 2026

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 3446278e-8b55-4ecf-b48a-5ea87fe488fb

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/harness-templates

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: Harness Templates — reusable planner→generator→evaluator architectures

1 participant