plugins marketplace
← All plugins

sprint

v1.20.0

Autonomous multi-agent development framework with spec-driven sprints and convergent iteration

Claude Code4 skills

by Damien LaineMIT2.6kupdated 10 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/community/sprint/ inside the repository.

Layout

plugins/community/sprint/
├── .claude-plugin/plugin.json
├── skills/agent-patterns/SKILL.md
├── skills/api-contract/SKILL.md
├── skills/spec-writing/SKILL.md
└── skills/sprint-workflow/SKILL.md

Skills4

agent-patternsskills/agent-patterns/SKILL.md

Execute this skill should be used when the user asks about "SPAWN REQUEST format", "agent reports", "agent coordination", "parallel agents", "report format", "agent communication", or needs to understand how agents coordinate within the sprint system. Use when appropriate context detected. Trigger with relevant phrases based on skill purpose.

api-contractskills/api-contract/SKILL.md

Configure this skill should be used when the user asks about "API contract", "api-contract.md", "shared interface", "TypeScript interfaces", "request response schemas", "endpoint design", or needs guidance on designing contracts that coordinate backend and frontend agents. Use when building or modifying API endpoints. Trigger with phrases like 'create API', 'design endpoint', or 'API scaffold'.

spec-writingskills/spec-writing/SKILL.md

Execute this skill should be used when the user asks about "writing specs", "specs.md format", "how to write specifications", "sprint requirements", "testing configuration", "scope definition", or needs guidance on creating effective sprint specifications for agentic development. Use when appropriate context detected. Trigger with relevant phrases based on skill purpose.

sprint-workflowskills/sprint-workflow/SKILL.md

Execute this skill should be used when the user asks about "how sprints work", "sprint phases", "iteration workflow", "convergent development", "sprint lifecycle", "when to use sprints", or wants to understand the sprint execution model and its convergent diffusion approach. Use when appropriate context detected. Trigger with relevant phrases based on skill purpose.

Manifests1

plugins/community/sprint/.claude-plugin/plugin.json
{
  "name": "sprint",
  "version": "1.20.0",
  "description": "Autonomous multi-agent development framework with spec-driven sprints and convergent iteration",
  "author": {
    "name": "Damien Laine",
    "email": "damien.laine@gmail.com",
    "url": "https://github.com/damienlaine"
  },
  "repository": "https://github.com/damienlaine/agentic-sprint",
  "homepage": "https://github.com/damienlaine/agentic-sprint",
  "license": "MIT",
  "keywords": [
    "autonomous",
    "agentic",
    "yolo",
    "self-iterating",
    "multi-agent",
    "hands-off",
    "auto-pilot",
    "orchestration"
  ]
}