pasture-skills
v0.0.4Pasture skills for Claude Code — the 12-phase protocol delivered as role skills (supervisor, worker, reviewer, architect, epoch) and phase sub-skills, generated from the pasture Go codegen.
By David PhamLicense: MIT1 GitHub starsUpdated 2 weeks ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 31 skill or MCP entries
- Source updated
- Sep 5, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install pasture-skills for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install pasture-skills@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/dayvidpham/pastureClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is internal/target/claudecode/assets/pasture-skills/.
Plugin files
├── .claude-plugin/plugin.json├── skills/architect/SKILL.md├── skills/architect-handoff/SKILL.md├── skills/architect-propose-plan/SKILL.md├── skills/architect-ratify/SKILL.md├── skills/architect-request-review/SKILL.md├── skills/epoch/SKILL.md├── skills/explore/SKILL.md├── skills/impl-review/SKILL.md├── skills/impl-slice/SKILL.md├── skills/install-cli/SKILL.md├── skills/protocol/SKILL.md├── skills/research/SKILL.md├── skills/reviewer/SKILL.md├── skills/reviewer-comment/SKILL.md├── skills/reviewer-review-code/SKILL.md├── skills/reviewer-review-plan/SKILL.md├── skills/reviewer-vote/SKILL.md├── skills/status/SKILL.md├── skills/supervisor/SKILL.md├── skills/supervisor-commit/SKILL.md├── skills/supervisor-plan-tasks/SKILL.md├── skills/supervisor-spawn-worker/SKILL.md├── skills/supervisor-track-progress/SKILL.md├── skills/swarm/SKILL.md├── skills/user-elicit/SKILL.md├── skills/user-request/SKILL.md├── skills/user-uat/SKILL.md├── skills/worker/SKILL.md├── skills/worker-blocked/SKILL.md├── skills/worker-complete/SKILL.md└── skills/worker-implement/SKILL.md
Included Skills31
Specification writer and implementation designer
Create handoff document and transfer to supervisor
Create PROPOSAL-N task with full technical plan
Ratify proposal, mark old proposals pasture:superseded
Spawn 3 axis-specific reviewers (A/B/C)
Master orchestrator for full 12-phase workflow
Codebase exploration — find integration points, existing patterns, and related code
Code review coordination across all slices (Phase 10)
Vertical slice assignment and tracking
Install Pasture binaries (pastured, pasture, pasture-release) from GitHub Releases, go install, or Nix
Pasture protocol reference documentation — 12-phase workflow, agent roles, constraints, and coding standards. Read when you need to understand the full workflow or look up conventions.
Domain research — find standards, prior art, and competing approaches
End-user alignment reviewer for plans and code
Leave structured review comment via Beads
Review implementation slices with EAGER severity tree
Evaluate proposal against one axis (binary ACCEPT/REVISE)
Cast ACCEPT or REVISE vote (binary only)
Project status and monitoring via Beads queries
Task coordinator, spawns workers, manages parallel execution
Atomic commit per completed layer/slice
Decompose ratified plan into vertical slices (SLICE-N)
Launch a worker agent for an assigned slice
Monitor worker status via Beads
Launch worktree-based or intree agent workflows using aura-swarm
User Requirements Elicitation survey (Phase 2)
Capture user feature request verbatim (Phase 1)
User Acceptance Testing with demonstrative examples
Vertical slice implementer (full production code path)
Report a blocker to supervisor via Beads
Signal slice completion after quality gates pass
Implement assigned vertical slice following TDD layers
Plugin manifests1
{
"author": {
"name": "David Pham"
},
"description": "Pasture skills for Claude Code — the 12-phase protocol delivered as role skills (supervisor, worker, reviewer, architect, epoch) and phase sub-skills, generated from the pasture Go codegen.",
"keywords": [
"workflow",
"protocol",
"agents",
"skills",
"planning",
"review",
"implementation",
"beads"
],
"license": "MIT",
"name": "pasture-skills",
"repository": "https://github.com/dayvidpham/pasture",
"version": "0.0.4"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[pasture-skills on Agent Plugins Marketplace](https://pluginsmp.com/plugins/pasture-skills)