Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问许可证需确认审计通过

sprint-forge冲刺锻造

Agent Skill

用于处理 Jira 项目、任务、缺陷、Sprint、负责人和状态流转。它适合让 Agent 辅助查询工单、汇总迭代进展、创建任务或整理需求和缺陷信息。使用时要确认项目权限、字段配置和工作流规则,不同团队的 Issue 类型、状态和必填字段可能不同;涉及批量改状态、改负责人或创建工单时,应先预览变更内容再执行。

总安装

724

周安装

29

GitHub Stars

6

下载量

234
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:sprint-forge(冲刺锻造)
来源仓库:https://github.com/synapsync/synapse_registry
仓库路径:skills/sprint-forge
安装命令:
npx skills add https://github.com/synapsync/synapse_registry --skill sprint-forge
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/synapsync/synapse_registry --skill sprint-forge

简介

辅助创建和管理 Jira Sprint 及其包含的任务清单。

  • 适用于敏捷团队规划会议后的执行项落地与优先级排序。
  • 支持按故事点估算、泳道划分和冲刺容量计算等功能。
  • 需确认项目工作流状态机配置,避免任务无法进入 Done 状态。
  • 技能来源为 synapsync 组织的 synapse_registry 项目。

SKILL.md

Sprint Forge

Assets

This skill uses a modular assets architecture. Detailed workflows, helpers, and templates are in the assets/ directory:

  • assets/modes/ — INIT, SPRINT, and STATUS mode workflows
  • assets/helpers/ — Analysis guide, debt tracker, sprint generator, re-entry generator
  • assets/templates/ — Roadmap, sprint, project README, and re-entry prompt templates

See assets/README.md for full directory documentation.


Purpose

Sprint Forge is an adaptive sprint workflow skill designed for iterative project execution. Unlike rigid planners that pre-generate all sprints upfront, Sprint Forge:

  • Analyzes first — deep exploration of the project/issue before committing to a plan
  • Generates sprints one at a time — each sprint feeds from the previous one's retro, recommendations, and accumulated debt
  • Tracks debt formally — an accumulated debt table that persists across sprints and never loses items
  • Adapts the roadmap — the plan evolves based on what execution reveals
  • Persists context — re-entry prompts allow a new agent (or new session) to recover full context

This skill works for any project type, language, or framework.


Critical Rules

RULE 1 — SPRINT-BY-SPRINT Sprints are generated ONE AT A TIME. Never pre-generate all sprints. Each sprint is informed by the previous sprint's retro, recommendations, and accumulated debt. This ensures the plan adapts to reality.
RULE 2 — SUGGESTED PHASES, NOT RIGID The roadmap defines suggested phases per sprint. During execution, emergent phases MUST be added when new findings surface. Phases are guidelines, not constraints.
RULE 3 — RETRO IS FORMAL INPUT The retrospective and recommendations from Sprint N-1 are formal input for Sprint N. Every recommendation must either become a task in the next sprint or have its deferral justified in the Disposition table.
RULE 4 — DEBT NEVER DISAPPEARS The Accumulated Technical Debt table is inherited sprint to sprint. An item is only closed when explicitly resolved. Items are never deleted — only their status changes.
RULE 5 — ADAPTIVE The roadmap is a living document. If execution reveals that a planned sprint no longer makes sense, the roadmap is updated. The plan serves execution, not the reverse.
RULE 6 — LANGUAGE-AGNOSTIC This skill works for any language, framework, or project type. It does not assume Flutter, React, Dart, or any specific technology. The analysis determines the structure.
RULE 7 — CONTEXT PERSISTENCE After INIT and after each executed sprint, re-entry prompts are updated. These prompts allow any agent in any session to recover full project context and continue seamlessly.

Capabilities Matrix

CapabilityINITSPRINTSTATUS
Analyze codebase/projectYesNoNo
Create vault structureYesNoNo
Generate roadmapYesNoNo
Generate/update re-entry promptsYesYesNo
Generate sprintNoYesNo
Execute sprint tasksNoYesNo
Write/modify codeNoYesNo
Read vault/sprintsYesYesYes
Update accumulated debtNoYesNo
Report progressNoNoYes

Configuration Resolution

{output_sprint_forge_dir} is the directory where sprint-forge stores all project documents. Resolve it once at the start of any mode:

  1. Re-entry prompt — If the user's message contains file paths (e.g. /Users/.../ROADMAP.md), extract {output_sprint_forge_dir} from those paths. It's already there.
  2. INIT (first time) — Ask the user where to save documents. Store the chosen path in README.md and RE-ENTRY-PROMPTS.md. These are the only sources of truth.
  3. SPRINT/STATUS without re-entry prompt — Auto-discover by scanning .agents/sprint-forge/ in {cwd}, or ask the user directly.

No AGENTS.md. No branded blocks. The re-entry prompts and README carry the path across sessions.

Frontmatter Properties

All generated markdown documents include YAML frontmatter following the Obsidian markdown standard. The agents field tracks the AI model that generated or modified the document. Resolve {agent_model} from the model ID powering the current session (e.g., "claude-opus-4-6", "gpt-4o", "codex", "grok"). When modifying an existing document, append the current model to the agents array if not already present.


Mode Detection

ModeEN SignalsES SignalsWhat It Does
INIT"analyze", "audit", "start project", "create roadmap""analiza", "audita", "inicia proyecto", "crea roadmap"Analyzes the project, generates findings, creates roadmap, scaffolds vault, generates re-entry prompts
SPRINT"generate sprint", "next sprint", "execute sprint""genera sprint", "siguiente sprint", "ejecuta sprint"Generates the next sprint from roadmap + previous sprint + debt, optionally executes it
STATUS"project status", "progress", "technical debt""estado del proyecto", "progreso", "deuda técnica"Reports completed sprints, accumulated debt, metrics, next sprint preview

Disambiguation: If the user's intent is unclear, ask:

"Do you want me to analyze the project (INIT), generate/execute the next sprint (SPRINT), or check project status (STATUS)?"

Asset Loading (Mode-Gated)

After detecting the mode, read ONLY the assets listed for that mode. Do NOT read assets for other modes — they waste context tokens.

ModeRead These AssetsDo NOT Read
INITINIT.md, analysis-guide.md, reentry-generator.mdSPRINT.md, STATUS.md, sprint-generator.md, debt-tracker.md
SPRINTSPRINT.md, sprint-generator.md, debt-tracker.md, reentry-generator.mdINIT.md, STATUS.md, analysis-guide.md
STATUSSTATUS.md, debt-tracker.mdINIT.md, SPRINT.md, analysis-guide.md, sprint-generator.md, reentry-generator.md, all templates

On-demand assets: Templates are loaded as each workflow step references them, not upfront.


Quick Start

INIT Mode

Use when starting a new project workflow:

Analyze this project and create a roadmap for the refactoring work.

This will: explore the codebase, generate findings, create an adaptive roadmap, scaffold the output directory, and generate re-entry prompts.

Full workflow: See assets/modes/INIT.md

SPRINT Mode

Use when ready to work on the next sprint:

Generate the next sprint.

Or to generate and immediately execute:

Generate and execute the next sprint.

This will: read the roadmap and previous sprint, build the disposition table, generate phases, and optionally execute task by task.

Full workflow: See assets/modes/SPRINT.md

STATUS Mode

Use to check project progress:

Show me the project status and technical debt.

This will: read all sprints, calculate metrics, display progress and accumulated debt.

Full workflow: See assets/modes/STATUS.md


Integration with Other Skills

SkillIntegration
code-analyzerINIT: Can be used as a preliminary step. The code-analyzer reports feed into Sprint Forge findings, providing structured technical input for the roadmap.

Limitations

  1. Mode boundary: Each mode has specific capabilities — INIT cannot execute code, SPRINT cannot create roadmaps, STATUS cannot modify files
  2. One sprint at a time: By design, you cannot generate multiple sprints in advance
  3. Requires analysis first: SPRINT mode expects INIT to have been run — it needs a roadmap and findings
  4. Manual execution: Sprint tasks are executed by the agent, not automated CI/CD
  5. Context window: For projects with many sprints (>5), use separate sessions per sprint. Re-entry prompts ensure continuity.
  6. No automated validation: Cannot verify that the roadmap matches codebase reality — relies on thorough analysis during INIT
  7. External blockers: Cannot resolve dependencies on external teams — logs them as blocked tasks and moves on
  8. Debt resolution: Debt items require explicit action to close — they don't auto-resolve

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

36.07%
按下载量换算84

Claude

26.88%
按下载量换算63

Cursor

17.5%
按下载量换算41

Gemini CLI

9.65%
按下载量换算23

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills