Token导航 LogoToken导航TokenDH.com
研究检索执行命令clawhub未标认证来源可访问clear审计提醒

sprint-os冲刺操作系统

Agent Skill

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

总安装

14,174

周安装

579

GitHub Stars

公开资料未说明

下载量

4,539
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:sprint-os(冲刺操作系统)
来源仓库:https://github.com/batsirai/sprint-os
安装命令:
openclaw skills install sprint-os
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

ClawHubOpenClaw
openclaw skills install sprint-os

简介

模拟 Scrum 冲刺节奏构建 AI Agent 自主执行的微型操作系统。

  • 包含 ASSESS→PLAN→SCOPE→EXECUTE→MEASURE 完整闭环流程。
  • 可选集成 GitHub Issues 或 Trello Board 作为任务源输入渠道。
  • 强调快速迭代与度量反馈机制,适合高度自治的研发场景落地。
  • sprint-os 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
sprint-os
description
5-minute sprint operating system for AI agents. Autonomous execution cycles: ASSESS → PLAN → SCOPE → EXECUTE → MEASURE → ADAPT → LOG → NEXT. Includes optional Convex integration for sprint tracking, metrics, and content deduplication.
requiredEnv
permissions
source
url
https://github.com/Batsirai/carson-skills
author
Carson Jarvis (@CarsonJarvisAI)
github
https://github.com/Batsirai/carson-skills
verified
true
security
note
The Convex endpoint URL is safe to store in env. No credentials are embedded in the skill itself.

Sprint OS — 5-Minute Sprint Operating System

Built for AI agents that ship. Every sprint produces one shippable artifact — not a plan, not a summary. A real thing.

What This Is

Sprint OS is an operating discipline for AI agents (and humans) who need to stay in execution mode. You work in continuous 5-minute sprints. Each sprint follows the same 8-step loop. Every sprint is logged. Nothing gets batched, buried, or lost.

When to load this skill:

  • User asks the agent to "operate in sprint mode" or "use Sprint OS"
  • Starting a new project or work session and wanting structure
  • Needing autonomous task execution with momentum tracking
  • Wanting to log work to a Convex backend for tracking and deduplication

The Sprint Loop

Every sprint follows this exact sequence:

1. ASSESS

What is the current state? What is the gap to the target outcome?
  • Read the active task list, relevant files, and recent sprint log
  • Identify where things stand right now
  • Name the gap: what's missing between current state and the outcome?

2. PLAN

What is the single highest-leverage action available right now?
  • Pick ONE thing to do in this sprint
  • Apply the prioritization hierarchy (see below)
  • Do not batch or multi-task

3. SCOPE

Define "done" in ≤5 minutes.
  • Name the specific artifact this sprint will produce
  • If it can't be done in 5 minutes, break it into a smaller sprint
  • No sprint ends without a concrete output

4. EXECUTE

Do the work. Produce the artifact.
  • Execute the scoped task
  • Focus entirely on the output — no scope creep
  • If you discover the scope was wrong, stop, re-scope, and continue

5. MEASURE

Did it move the metric? What changed?
  • State the concrete result: what artifact was produced
  • Name the relevant metric and whether it moved
  • Be honest: "completed" vs "partially completed" vs "blocked"

6. ADAPT

Reprioritize. Kill what's not working.
  • Based on the result, what should the NEXT sprint be?
  • If 3 consecutive sprints produced no measurable movement: switch workstream or angle
  • Never keep grinding on a dead approach — adapt immediately

7. LOG

Record to sprint log + (if configured) Convex.

Write a sprint log entry (see format below) to the sprint log file, and optionally POST to the Convex endpoint.

8. NEXT

Immediately begin the next sprint.

No gaps. No reflection breaks longer than 30 seconds. Momentum is the goal.


Sprint Rules

  • Every sprint MUST produce a shippable artifact
  • If >5 minutes, break into smaller sprints
  • Never batch-plan more than 3 sprints ahead
  • Bias toward momentum over perfection
  • Every sprint must connect to an active outcome
  • If blocked, log the blocker and skip to the next available sprint — never idle

Prioritization Hierarchy

Before every sprint, ask:

"If I could only do ONE thing in the next 5 minutes to move closer to the outcome, what would it be?"
  1. Fix what's broken → Actively losing money or trust? Fix it first.
  2. Optimize what's working → Something converting? Double down before exploring new.
  3. Test new angles → Small experiments to find the next lever.
  4. Build infrastructure → Only when 1–3 are humming.

Pivot Triggers

Stop the current workstream and pivot when:

  • 3 consecutive sprints with no measurable movement → switch workstream or angle
  • Channel hitting diminishing returns → reduce allocation, test alternatives
  • Unexpected win (viral, press, referral spike) → drop lower-priority, capitalize immediately
  • Customer feedback pattern emerging → elevate to top of sprint queue

Sprint Log Format

Write one entry per sprint to sprint-log.md in the working directory:

## Sprint [N] — [YYYY-MM-DD HH:MM]

**Project:** [project name]
**Workstream:** [marketing / development / content / research / etc.]
**Task:** [what you did]
**Artifact:** [what was produced — link or one-line description]
**Metric:** [what moved, or "no movement"]
**Status:** completed | partial | blocked
**Blocker:** [only if blocked — what's stopping you]
**Next sprint:** [what comes next]

Convex Integration (Optional)

If CONVEX_SPRINT_URL is set, POST every sprint log entry to the Convex HTTP endpoint. This enables:

  • Sprint history across sessions
  • Workstream breakdown reports
  • Content deduplication (check before creating)
  • Metric trend tracking

Setup

  1. Deploy the Convex backend in scripts/convex-setup.md
  2. Set CONVEX_SPRINT_URL to your Convex HTTP site URL (e.g., https://your-deployment.convex.site)
  3. Sprints will auto-log on step 7 of each loop

Endpoints

MethodPathPurpose
POST/sprints/logLog a completed sprint
GET/sprints/recent?project=X&limit=NRecent sprint history
GET/sprints/stats?project=X&days=NWorkstream breakdown
POST/metrics/recordRecord a metric value
GET/metrics/latest?metric=XCurrent metric value
GET/metrics/trend?metric=X&days=NMetric over time
POST/content/logLog content creation
GET/content/search?query=XDeduplication check

Sprint Log Payload

curl -X POST $CONVEX_SPRINT_URL/sprints/log \
  -H "Content-Type: application/json" \
  -d '{
    "sprintId": 1,
    "project": "my-project",
    "workstream": "marketing",
    "task": "Write homepage headline variants",
    "artifact": "3 headline variants in headlines.md",
    "metric": "no movement yet",
    "status": "completed",
    "owner": "agent",
    "timestamp": 1740000000000
  }'

Script

Use scripts/log-sprint.sh for quick CLI logging:

./scripts/log-sprint.sh \
  --project "my-project" \
  --workstream "development" \
  --task "Fix checkout redirect bug" \
  --artifact "PR #42 opened" \
  --metric "checkout CVR: TBD pending deploy" \
  --status "completed"

Daily Rhythm

Morning

  • Read active task list
  • ASSESS the current state of all outcomes
  • Set today's #1 priority
  • Begin sprint 1

Continuous

  • Sprint back-to-back, 5 minutes each
  • Log every sprint (file + Convex if configured)
  • Spawn sub-agents for heavy execution work
  • Never stop between sprints for more than 30 seconds

End of Day

  • Complete the sprint log
  • Update active task list with what moved
  • Set tomorrow's #1 priority
  • Run scripts/log-sprint.sh --daily-summary if Convex is configured

Weekly (Friday)

  • Review: which workstream had the most impact?
  • Which sprints were wasted? Why?
  • Biggest bottleneck assessment
  • Restack priorities for next week

Reporting Formats

Daily Status

📊 DAY [X] — [DATE]
SPRINTS: [completed today] | TOP WIN: [best result]
BLOCKER: [biggest obstacle]
METRICS: [key metric] → [current value]
TOMORROW: [1–2 sentences]

Weekly Review

📈 WEEK [X] — [DATE RANGE]
SPRINTS: [total] (by workstream breakdown)
WINS: [top 3 with metrics]
MISSES: [top 3 with root cause]
LESSONS: [top 3]
NEXT WEEK: [top 3 priorities]
ESCALATIONS: [decisions needed from human]

Usage Examples

# Start sprint operating mode
"Enter sprint mode. My project is [X]. Target outcome: [Y]."

# Run a sprint
"Run sprint on: write 3 email subject line variants for the welcome sequence."

# Review recent sprints
"Show my sprint log for today."

# Weekly review
"Generate weekly sprint review."

# With Convex logging
"Log sprint: task=wrote homepage copy, artifact=homepage-v2.md, metric=awaiting test, status=completed"

File Structure

sprint-os/
├── SKILL.md                    ← This file
├── README.md                   ← Human-readable overview
└── scripts/
    ├── log-sprint.sh           ← CLI sprint logger (Convex optional)
    └── convex-setup.md         ← Instructions for Convex backend setup

*Sprint OS v1.0 — February 2026* *A product by Carson Jarvis (@CarsonJarvisAI)*

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

补充不同宿主或平台的使用分布数据

能力 5

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

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

平台分布

OpenClaw

86.15%
按下载量换算3,910

安全审计

VirusTotal

可疑

ClawScan

通过

Static analysis

未展示

权限和风险

执行命令

安装流程涉及命令执行,可能通过 openclaw skills install sprint-os 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

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

来源信息

继续浏览同类 Skills