feat(plugin): add hivespec plugin (phase-based delivery lifecycle for agent swarms)#824
Closed
feat(plugin): add hivespec plugin (phase-based delivery lifecycle for agent swarms)#824
Conversation
…lifecycle 8 skills covering the full delivery lifecycle: claim → explore → design → plan → implement → verify → ship. Replaces superpowers with a unified, opinionated workflow. Includes eval suite with workspace template containing planted scenarios (shared utility with 3 consumers, partial prior art, multiple execution modes, strict lint config). Closes #823 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Deploying agentv with
|
| Latest commit: |
acb0f8c
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://56edda47.agentv.pages.dev |
| Branch Preview URL: | https://feat-823-agentic-workflows-p.agentv.pages.dev |
…l discovery Claude CLI discovers skills from .claude/skills/, not .agents/skills/. Without this, skill-trigger assertions fail for claude-cli targets. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Rename plugin from agentic-workflows to autopilot-dev for clarity: - Plugin dir: plugins/autopilot-dev/ - Skill prefix: ad- (was aw-) - Eval dir: evals/autopilot-dev/ - Entry point: ad-using-autopilot-dev (was aw-using-agentic-workflows) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Include SKILL.md as file input for design, ship, verify, and claim evals so agents see skill discipline before responding - Add README.md (with planted typo for scope assessment test), package.json, and tsconfig.json to workspace template - Initialize git repo with feat branch in setup.mjs for ship/claim tests - Improve prompts: provide verification context, reference specific files, avoid "skip the design" framing that agents comply with literally Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Claim tests: provide issue body directly in prompt, remove GitHub dependency - Ship tests: setup script adds a commit on feat branch so agent sees changes - Claim reads-full-issue-body: explicit "no need to fetch from GitHub" - Claim assesses-scope: ask for scope assessment explicitly Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Ship tests were failing because agents checked git diff and found the simulated changes didn't match prompt descriptions. Rewrite to test the skill's decision-making discipline directly: provide change descriptions in prompts and ask "should I auto-merge or get review?" instead of simulating actual git operations. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
ap- is the natural abbreviation of autopilot. ad- reads as "advertisement." Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This was referenced Mar 29, 2026
HiveSpec reflects the multi-agent swarm coordination model where agents claim issues from a shared task board (GitHub, Linear, etc.) and execute the delivery lifecycle independently. The plugin is the individual agent's flight plan; the hive emerges from many agents running it concurrently. - Plugin: plugins/hivespec/ - Prefix: hs- (hs-claim, hs-explore, hs-design, etc.) - Evals: evals/hivespec/ Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
14 tasks
Collaborator
Author
|
Closing — plugin source moved to standalone repo EntityProcess/hivespec. Eval results at EntityProcess/hivespec-evals. The evals in Tracking: #832 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
autopilot-devplugin with 8 phase-based skills covering the full delivery lifecycle: claim → explore → design → plan → implement → verify → ship.claude/skills/,.agents/skills/, and.pi/skills/for cross-provider skill discoveryPlugin Structure
ad-using-autopilot-devad-claimad-exploread-designad-planad-implementad-verifyad-shipEval Results
Design Decisions
.agents/plans/on worktree branch, not mainCloses #823
🤖 Generated with Claude Code