
continuation-format
by XcluEzy7
AG4ONE - Unified agentic engineering workflow combining GWD methodology, Serena semantic analysis, and Ralph autonomous looping for next-generation AI pair programming across multiple platforms
SKILL.md
name: continuation-format description: Standard format for presenting next steps after completing a command or workflow
Continuation Format
Standard format for presenting next steps after completing a command or workflow.
Core Structure
---
## ▶ Next Up
**{identifier}: {name}** — {one-line description}
`{command to copy-paste}`
<sub>`/clear` first → fresh context window</sub>
---
**Also available:**
- `{alternative option 1}` — description
- `{alternative option 2}` — description
---
Format Rules
- Always show what it is — name + description, never just a command path
- Pull context from source — ROADMAP.md for phases, PLAN.md
<objective>for plans - Command in inline code — backticks, easy to copy-paste, renders as clickable link
/clearexplanation — always include, keeps it concise but explains why- "Also available" not "Other options" — sounds more app-like
- Visual separators —
---above and below to make it stand out
Variants
Execute Next Plan
---
## ▶ Next Up
**02-03: Refresh Token Rotation** — Add /api/auth/refresh with sliding expiry
`/gwd:execute-plan .planning/phases/02-auth/02-03-PLAN.md`
<sub>`/clear` first → fresh context window</sub>
---
**Also available:**
- Review plan before executing
- `/gwd:list-phase-assumptions 2` — check assumptions
---
Execute Final Plan in Phase
Add note that this is the last plan and what comes after:
---
## ▶ Next Up
**02-03: Refresh Token Rotation** — Add /api/auth/refresh with sliding expiry
<sub>Final plan in Phase 2</sub>
`/gwd:execute-plan .planning/phases/02-auth/02-03-PLAN.md`
<sub>`/clear` first → fresh context window</sub>
---
**After this completes:**
- Phase 2 → Phase 3 transition
- Next: **Phase 3: Core Features** — User dashboard and settings
---
Plan a Phase
---
## ▶ Next Up
**Phase 2: Authentication** — JWT login flow with refresh tokens
`/gwd:plan-phase 2`
<sub>`/clear` first → fresh context window</sub>
---
**Also available:**
- `/gwd:discuss-phase 2` — gather context first
- `/gwd:research-phase 2` — investigate unknowns
- Review roadmap
---
Phase Complete, Ready for Next
Show completion status before next action:
---
## ✓ Phase 2 Complete
3/3 plans executed
## ▶ Next Up
**Phase 3: Core Features** — User dashboard, settings, and data export
`/gwd:plan-phase 3`
<sub>`/clear` first → fresh context window</sub>
---
**Also available:**
- `/gwd:discuss-phase 3` — gather context first
- `/gwd:research-phase 3` — investigate unknowns
- Review what Phase 2 built
---
Multiple Equal Options
When there's no clear primary action:
---
## ▶ Next Up
**Phase 3: Core Features** — User dashboard, settings, and data export
**To plan directly:** `/gwd:plan-phase 3`
**To discuss context first:** `/gwd:discuss-phase 3`
**To research unknowns:** `/gwd:research-phase 3`
<sub>`/clear` first → fresh context window</sub>
---
Milestone Complete
---
## 🎉 Milestone v1.0 Complete
All 4 phases shipped
## ▶ Next Up
**Plan v1.1** — Enhanced features and optimizations
`/gwd:discuss-milestone`
<sub>`/clear` first → fresh context window</sub>
---
**Also available:**
- `/gwd:new-milestone` — create directly if scope is clear
- Review accomplishments before moving on
---
Pulling Context
For phases (from ROADMAP.md):
### Phase 2: Authentication
**Goal**: JWT login flow with refresh tokens
Extract: **Phase 2: Authentication** — JWT login flow with refresh tokens
For plans (from ROADMAP.md):
Plans:
- [ ] 02-03: Add refresh token rotation
Or from PLAN.md <objective>:
<objective>
Add refresh token rotation with sliding expiry window.
Purpose: Extend session lifetime without compromising security.
</objective>
Extract: **02-03: Refresh Token Rotation** — Add /api/auth/refresh with sliding expiry
Anti-Patterns
Don't: Command-only (no context)
## To Continue
Run `/clear`, then paste:
/gwd:execute-plan .planning/phases/02-auth/02-03-PLAN.md
User has no idea what 02-03 is about.
Don't: Missing /clear explanation
`/gwd:plan-phase 3`
Run /clear first.
Doesn't explain why. User might skip it.
Don't: "Other options" language
Other options:
- Review roadmap
Sounds like an afterthought. Use "Also available:" instead.
Don't: Fenced code blocks for commands
/gwd:plan-phase 3
Fenced blocks inside templates create nesting ambiguity. Use inline backticks instead.
Score
Total Score
Based on repository quality metrics
SKILL.mdファイルが含まれている
ライセンスが設定されている
100文字以上の説明がある
GitHub Stars 100以上
3ヶ月以内に更新がある
10回以上フォークされている
オープンIssueが50未満
プログラミング言語が設定されている
1つ以上のタグが設定されている
Reviews
Reviews coming soon