Agent Plugins Marketplace
All plugins

pasture-skills

v0.0.4

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.

Claude Code31 Skills

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

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install pasture-skills@agent-plugin-marketplace

Paste 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/pasture

Clone 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

internal/target/claudecode/assets/pasture-skills/
├── .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

architectskills/architect/SKILL.md

Specification writer and implementation designer

architect-handoffskills/architect-handoff/SKILL.md

Create handoff document and transfer to supervisor

architect-propose-planskills/architect-propose-plan/SKILL.md

Create PROPOSAL-N task with full technical plan

architect-ratifyskills/architect-ratify/SKILL.md

Ratify proposal, mark old proposals pasture:superseded

architect-request-reviewskills/architect-request-review/SKILL.md

Spawn 3 axis-specific reviewers (A/B/C)

epochskills/epoch/SKILL.md

Master orchestrator for full 12-phase workflow

exploreskills/explore/SKILL.md

Codebase exploration — find integration points, existing patterns, and related code

impl-reviewskills/impl-review/SKILL.md

Code review coordination across all slices (Phase 10)

impl-sliceskills/impl-slice/SKILL.md

Vertical slice assignment and tracking

install-cliskills/install-cli/SKILL.md

Install Pasture binaries (pastured, pasture, pasture-release) from GitHub Releases, go install, or Nix

protocolskills/protocol/SKILL.md

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.

researchskills/research/SKILL.md

Domain research — find standards, prior art, and competing approaches

reviewerskills/reviewer/SKILL.md

End-user alignment reviewer for plans and code

reviewer-commentskills/reviewer-comment/SKILL.md

Leave structured review comment via Beads

reviewer-review-codeskills/reviewer-review-code/SKILL.md

Review implementation slices with EAGER severity tree

reviewer-review-planskills/reviewer-review-plan/SKILL.md

Evaluate proposal against one axis (binary ACCEPT/REVISE)

reviewer-voteskills/reviewer-vote/SKILL.md

Cast ACCEPT or REVISE vote (binary only)

statusskills/status/SKILL.md

Project status and monitoring via Beads queries

supervisorskills/supervisor/SKILL.md

Task coordinator, spawns workers, manages parallel execution

supervisor-commitskills/supervisor-commit/SKILL.md

Atomic commit per completed layer/slice

supervisor-plan-tasksskills/supervisor-plan-tasks/SKILL.md

Decompose ratified plan into vertical slices (SLICE-N)

supervisor-spawn-workerskills/supervisor-spawn-worker/SKILL.md

Launch a worker agent for an assigned slice

supervisor-track-progressskills/supervisor-track-progress/SKILL.md

Monitor worker status via Beads

swarmskills/swarm/SKILL.md

Launch worktree-based or intree agent workflows using aura-swarm

user-elicitskills/user-elicit/SKILL.md

User Requirements Elicitation survey (Phase 2)

user-requestskills/user-request/SKILL.md

Capture user feature request verbatim (Phase 1)

user-uatskills/user-uat/SKILL.md

User Acceptance Testing with demonstrative examples

workerskills/worker/SKILL.md

Vertical slice implementer (full production code path)

worker-blockedskills/worker-blocked/SKILL.md

Report a blocker to supervisor via Beads

worker-completeskills/worker-complete/SKILL.md

Signal slice completion after quality gates pass

worker-implementskills/worker-implement/SKILL.md

Implement assigned vertical slice following TDD layers

Plugin manifests1

internal/target/claudecode/assets/pasture-skills/.claude-plugin/plugin.json
{
  "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"
}

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)