Prepare Sprints
Purpose
Plan sprints with capacity, goals, and backlog selection
This skill provides operational guidance for Prepare Sprints, including tool usage patterns, workflows, and quality expectations aligned with Syncolab skill standards.
When to Use
- Use when the user needs help with Prepare Sprints.
- When integrations for this domain are available and the task matches the workflows below.
When NOT to Use
- When the task is unrelated to Prepare Sprints or covered by a more specific skill.
- When required integrations or credentials are unavailable.
Expected Outcome
- Correct use of domain tools with verified results (not fabricated).
- Clear summary of actions taken, data returned, and recommended next steps.
- Errors and missing permissions reported explicitly.
Inputs to Gather
- User goal, constraints, and any identifiers (URLs, IDs, project keys).
- Available tool sets and connection status.
- Relevant context from related systems before destructive writes.
Workflow
- Confirm the request maps to Prepare Sprints and required tools are available.
- Gather identifiers and scope (project, channel, repo, date range, etc.).
- Follow the domain guidance below; prefer list/search before get/update when applicable.
- Execute tool calls using schemas from the integration; never invent tool output.
- Summarize results and offer logical follow-ups.
When to use platform tools
Use Jira backlog health checks with Managents planning tools: list sprints and tasks via planning_sprint_list, planning_list_tasks, and planning_sprint_tasks_by_scope; create or adjust sprints with planning_sprint_create / planning_sprint_update / planning_sprint_start after the team agrees. Use planning_velocity and planning_burndown when reporting capacity trends.
Tool Availability Rules
| Access |
Behavior |
| Full tool access |
Execute workflows, verify outputs, report errors. |
| Read-only |
Inspect and plan; provide exact commands or dispatch request for writes. |
| No integration |
State limitation; do not fabricate API results. |
Related tool sets
Review / Decision / Execution Criteria
- Prefer smallest safe change; confirm destructive actions with the user.
- Use evidence from tool responses; cite IDs and links when present.
- Match integration-specific conventions (JQL, RFC3339, A1 notation, etc.).
Output Format
Report:
- What was requested and what was done.
- Key results (tables or bullets).
- Errors, blockers, or missing permissions.
- Suggested next steps.
Quality Bar
- Specific, actionable, and grounded in tool output.
- Concise unless the user asked for detail.
- Respect rate limits, pagination, and API semantics.
Safety and Boundaries
- Do not commit secrets, tokens, or PII into skills or user-visible logs.
- Do not fabricate validation, send, or write confirmations.
- Confirm destructive operations (delete, destroy, mass update) when appropriate.
Escalation / Dispatch Rules
- If the task spans multiple domains, use or suggest related skills via
relationships.skills.
- If write access is required but unavailable, dispatch or ask the user to enable tools.
References
- Legacy content migrated from
skills/old_skills.json (prepare-sprints).
skills/skill.instruction.md, skills/meta.instructions.md
1---2name: prepare-sprints3description: Plan sprints with capacity, goals, and backlog selection4---56# Prepare Sprints78## Purpose910Plan sprints with capacity, goals, and backlog selection1112This skill provides operational guidance for Prepare Sprints, including tool usage patterns, workflows, and quality expectations aligned with Syncolab skill standards.1314## When to Use1516- Use when the user needs help with Prepare Sprints.17- When integrations for this domain are available and the task matches the workflows below.1819## When NOT to Use2021- When the task is unrelated to Prepare Sprints or covered by a more specific skill.22- When required integrations or credentials are unavailable.2324## Expected Outcome2526- Correct use of domain tools with verified results (not fabricated).27- Clear summary of actions taken, data returned, and recommended next steps.28- Errors and missing permissions reported explicitly.2930## Inputs to Gather3132- User goal, constraints, and any identifiers (URLs, IDs, project keys).33- Available tool sets and connection status.34- Relevant context from related systems before destructive writes.3536## Workflow37381. Confirm the request maps to Prepare Sprints and required tools are available.392. Gather identifiers and scope (project, channel, repo, date range, etc.).403. Follow the domain guidance below; prefer list/search before get/update when applicable.414. Execute tool calls using schemas from the integration; never invent tool output.425. Summarize results and offer logical follow-ups.4344## When to use platform tools4546Use **Jira** backlog health checks with **Managents** planning tools: list sprints and tasks via `planning_sprint_list`, `planning_list_tasks`, and `planning_sprint_tasks_by_scope`; create or adjust sprints with `planning_sprint_create` / `planning_sprint_update` / `planning_sprint_start` after the team agrees. Use `planning_velocity` and `planning_burndown` when reporting capacity trends.4748## Tool Availability Rules4950| Access | Behavior |51|--------|----------|52| Full tool access | Execute workflows, verify outputs, report errors. |53| Read-only | Inspect and plan; provide exact commands or dispatch request for writes. |54| No integration | State limitation; do not fabricate API results. |5556### Related tool sets5758- `jira`59- `managents-planning`60616263## Review / Decision / Execution Criteria6465- Prefer smallest safe change; confirm destructive actions with the user.66- Use evidence from tool responses; cite IDs and links when present.67- Match integration-specific conventions (JQL, RFC3339, A1 notation, etc.).6869## Output Format7071Report:72731. What was requested and what was done.742. Key results (tables or bullets).753. Errors, blockers, or missing permissions.764. Suggested next steps.7778## Quality Bar7980- Specific, actionable, and grounded in tool output.81- Concise unless the user asked for detail.82- Respect rate limits, pagination, and API semantics.8384## Safety and Boundaries8586- Do not commit secrets, tokens, or PII into skills or user-visible logs.87- Do not fabricate validation, send, or write confirmations.88- Confirm destructive operations (delete, destroy, mass update) when appropriate.8990## Escalation / Dispatch Rules9192- If the task spans multiple domains, use or suggest related skills via `relationships.skills`.93- If write access is required but unavailable, dispatch or ask the user to enable tools.9495## References9697- Legacy content migrated from `skills/old_skills.json` (`prepare-sprints`).98- `skills/skill.instruction.md`, `skills/meta.instructions.md`