Agent 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 LaineLicense: MIT2.7k GitHub starsUpdated 13 hours ago

Directory evidence

Runtimes
Claude Code
Parsed components
4 skill or MCP entries
Source updated
Aug 27, 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 plugin

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install sprint-2@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/jeremylongshore/tons-of-skills-marketplace

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/community/sprint/.

Plugin files

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

Included 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.

Plugin 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": "[email protected]",
    "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"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[sprint on Agent Plugins Marketplace](https://pluginsmp.com/plugins/sprint-2)