What is roadmap-writing?
Use when authoring or rewriting a roadmap in agents/roadmaps/ — phases, goal, acceptance criteria, council notes; fires even on 'write a plan for X' / 'draft a roadmap'.
event4u-app/agent-config
Use when authoring or rewriting a roadmap in agents/roadmaps/ — phases, goal, acceptance criteria, council notes; fires even on 'write a plan for X' / 'draft a roadmap'.
npx skills add https://github.com/event4u-app/agent-config --skill "src/skills/roadmap-writing"Quick start
Install it or open the source, trigger it with a clear task, then follow the source workflow.
npx skills add https://github.com/event4u-app/agent-config --skill "src/skills/roadmap-writing"Use roadmap-writing to help me with: [describe your task]. Before you begin, tell me what input you need, the steps you will follow, and the expected output.
No structured workflow was detected; follow the original SKILL.md below.
Continue to the workflowDirect answers
Use when authoring or rewriting a roadmap in agents/roadmaps/ — phases, goal, acceptance criteria, council notes; fires even on 'write a plan for X' / 'draft a roadmap'.
It is relevant to workflows involving Testing, Engineering.
SkillSignal detected this source-specific command: npx skills add https://github.com/event4u-app/agent-config --skill "src/skills/roadmap-writing". Inspect the repository and command before running it.
The upstream source does not declare a dedicated Agent platform.
No obvious permission action was detected by the static rules. This is not proof that the Skill is safe.
This page combines upstream documentation with deterministic repository, quality, and static-risk signals. It is not described as a manual test or security review.
SkillSignal brief
Use when authoring or rewriting a roadmap in agents/roadmaps/ — phases, goal, acceptance criteria, council notes; fires even on 'write a plan for X' / 'draft a roadmap'.
Useful in these contexts
Core capabilities
Distilled from the source
About 12 min · 9 sections
Authoring a new roadmap file in agents/roadmaps/{name}.md (or
Rewriting an existing roadmap (phase restructure, goal pivot,
Drafting a phase block, exit criteria, or rollback section that
Flipping checkboxes, regenerating the dashboard, archiving on
Frontmatter (status, complexity)
Road to {short title}
One-sentence outcome blockquote
Quality breakdown
Based on traceable docs and repository signals; stars are not treated as quality.
Compare before choosing
These links are selected from shared tasks, functions, stacks, platforms, and same-name variants. Compare the source owner, documentation, permissions, and maintenance signals.
When the user wants to plan, design, or implement an A/B test or experiment, or build a growth experimentation program. Also use when the user mentions "A/B test," "split test," "experiment," "test this change," "variant copy," "multivariate test," "hypothesis," "should I test this," "which version is better," "test two versions," "statistical significance," "how long should I run this test," "growth experiments," "experiment velocity," "experiment backlog," "ICE score," "experimentation program
Use BEFORE writing/changing tests, adding mocks, or test-only methods on production classes — vs mocking-the-mock, production pollution, partial mocks, and overfit/tautological assertions
Use when the user says "review the design", "check the UI", or wants a comprehensive UI/UX review. Uses a 7-phase methodology covering interaction, responsiveness, accessibility, and more.
Use when writing, generating, or improving Pest tests for Laravel — clear intent, good coverage, maintainable structure, and alignment with project testing conventions.
Use when asking for a review or creating a PR — self-review first, frame the right context, test plan included — even when the user just says 'open a PR' or 'ready to merge'.
agents/roadmaps/{name}.md (or
module-scoped under {module_root}/{Module}/{agent_folder}/roadmaps/ —
per modules.root_paths + modules.agent_folder; Laravel shape:
app/Modules/{Module}/agents/roadmaps/)Do NOT use this skill when:
roadmap-managementagent-docs-writingadr-create| Intent | Artifact |
|---|---|
| "I need to write the plan body" | roadmap-writing (this skill) |
| "I need to track progress / regenerate dashboard / archive" | roadmap-management |
This skill owns the prose authoring axis: structure, goal
sentence, phase blocks, acceptance criteria. The execution and
dashboard-sync axis stays in roadmap-management.
Authoring or materially rewriting a roadmap must go through
Understand → Research → Draft per the
artifact-drafting-protocol
rule. Inspect existing roadmaps under agents/roadmaps/ for overlap
or supersession before opening a new one.
The structure, frontmatter, lifecycle, and complexity-tier rules live
in .agent-src.uncondensed/templates/roadmaps.md.
Read it before authoring. Do not restate its rules in the roadmap
body — link the template if a phase needs to override one.
Naming: a lone roadmap is road-to-<slug>.md. When you create ≥2
related roadmaps in one pass (siblings split from one body of work, or
a follow-up chain), give them a shared road-to-<family>-<part>.md
prefix so relatedness is visible and the dashboard groups them — pick
the <family> slug up front (template rule 21). Follow-ups additionally
carry parent_roadmap: (rule 17).
Default lightweight (≤ 6 phases, ≤ 600 lines). Only use
structural when the change touches a contract, kernel rule, or
budget invariant — the complexity linter enforces it. Standard:
roadmap-complexity-standard.
One sentence, top of file, decidable: "Reduce X by Y on flow Z." Vague goals ("improve roadmaps") force every reader to re-derive intent. If the goal needs three sentences, the roadmap is two roadmaps.
When the roadmap originates from a ticket/spec that carries a second
source — an attached mockup/screenshot, a code reality, or an internal
contradiction — run the cross-source discrepancy scan (per
cross-source-consistency,
gated by consistency.cross_source) before writing phases. A phase plan
built over a text↔image contradiction or a silent-but-needed behavior
(weekend/holiday shift, empty/error state) bakes the wrong assumption into
every downstream step. Surface each discrepancy as one batched open
question first; an inferred behavior is a scope expansion to confirm, not
to plan silently. Taxonomy + procedure:
cross-source-consistency-mechanics.
Every non-intro phase contains at least one - [ ]. Decision tables
and council-pass notes capture the why; checkboxes capture the
what to do next. Without checkboxes the phase is invisible to
agents/roadmaps-progress.md — enforced by
roadmap-progress-sync
Iron Law #2.
Bind a verify: on behavior-changing steps. A step that changes
behavior (a new guard, a migration, a wired endpoint, a mechanism edit)
SHOULD carry a narrow verify: command in an inline annotation —
- [ ] Wire the guard <!-- verify: task test -- --filter=GuardTest -->
— so its [x] flip is machine-checkable, not just agent-asserted (template
rule 23; enforced by the flip-guard). Bind it only where a single narrow
command (targeted test / grep / build of the touched surface) proves the
step; leave it off doc-only / prose steps and never make it the full CI
suite (roadmap-ci-steps-policy).
Every new roadmap declares how a later /roadmap:process-* run should
interact, via execution.mode: in frontmatter — autonomous (one
run-start execution-contract confirmation, then uninterrupted except
safety floors), phase-checkpoints (halt + compact status per phase
boundary), or interactive (absent-field default; omit the field).
Semantics: templates/roadmaps.md rule 18;
run mechanics:
roadmap-execution-contract.
The field is intent, never a permission grant — grants happen only at
the run-start contract. /roadmap:create asks this as one question;
when authoring a roadmap directly, ask it too (follow-ups pre-select
the parent's mode but always re-ask). Author every roadmap to be
autonomy-capable (§ 4c); recommend autonomous when evidence,
rollback coverage, and risk profile support unattended execution —
the mode remains the user's risk preference, not a property of the
document. Authoring duty for autonomous: steps must be precise
enough to clear the
ask-when-uncertain vague-trigger patterns — vagueness is resolved at
authoring time, not mid-run; pre-existing [~] items in an
autonomous roadmap draw a lint warning (they guarantee the archival
gate fires later).
Canonical rule:
templates/roadmaps.md rule 22.
Default human-checkpoint count: zero. Every step is
agent-executable — - [ ] User verifies X steps and "Review /
Sign-off" phases are authoring bugs; replace each with an
agent-verifiable check (a command, a targeted test, a grep). Never
restate run-time safety floors as steps.
Gate-test before any checkpoint: "Could the agent clear this with a
tool or command during the run?" Yes → step, not gate. No →
structured ## Blockers entry (§ 5b), distinguishing per rule 22:
human gate (only a human can decide/authorize — Hard-Floor
authorization, billable spend, contested decision) vs external
blocker (agent cannot resolve but CAN probe status — CI run, package
release, upstream PR; Resolved when: carries the probe, owner is
not a human). Merge is never a completion requirement — it may appear
as a blocker only when later roadmap work depends on the merged state.
lint_roadmap_complexity warns on human-gate patterns in every mode.
Each phase declares exit criteria (decidable signals that the phase is done) and rollback (what to revert if the phase fails). A phase without exit criteria is open-ended; a phase without rollback assumes success. Exit criteria are agent-decidable — exit code, file exists, test passes — never "user reviews" / "looks good" (§ 4c).
A gate only the user or a maintainer can clear — a decision, an
external dependency, an evidence threshold, a kernel-budget soak
window — is recorded as a ## Blockers entry (### blocker: <id>
with Status / Owner / Blocks / What to do / Resolved when),
never a stray "blocked on X" sentence. The dashboard generator parses
these into the overview's Blocker column and the per-roadmap
breakdown. Full shape: templates/roadmaps.md rule 20.
Omit the section entirely when the roadmap has no such gate; run the
§ 4c gate-test before adding one.
[~] (defer) vs [-] (cancel) honestlyWhen authoring (and especially when rewriting a roadmap mid-flight),
the difference between the two non-[x]-non-[ ] markers carries
load:
| Glyph | Semantic | When to use |
|---|---|---|
[~] | deferred — planned, will be done, just not in this roadmap | Scope-cut + clear intent to revisit. Triggers the Iron Law 3 follow-up flow before archive — info preservation is enforced. |
[-] | cancelled — won't be done at all | Scope rejected, design changed, replaced by another roadmap. The decision is final; no follow-up implied. |
Optional inline annotations live on the same line:
- [~] Migrate the bulk-import job to chunked dispatch. <!-- deferred: ops capacity in Q3 -->
- [-] Wire SQS retry topic. <!-- cancelled: superseded by Lambda DLQ in road-to-event-bridge -->
The annotation is for the next human reader (and for the migration
procedure when roadmap-management
spawns a follow-up). Bare [~] / [-] is allowed; annotated is
preferred.
When a parent roadmap closes with [~] items, the
roadmap-management skill spawns a
follow-up. Authors and reviewers must know the shape so they can
recognise it:
---
complexity: lightweight
status: draft # optional — draft hides from dashboard
parent_roadmap: <parent-slug> # back-link to the archived source
---
# Roadmap: Follow-up to <parent-title>
> <One sentence: carried-over outcome.>
## Context
This roadmap collects items deferred from
[`agents/roadmaps/archive/<parent-slug>.md`](../archive/<parent-slug>.md).
{ … original phases preserved verbatim … }
<!-- For option 2 (ready + blocked), add this as a body note, NOT in frontmatter: -->
> Blocked until <condition>. Execution starts when the condition clears.
Two states the author picks between (mirrors the Iron Law 3
numbered-options block in roadmap-progress-sync):
status: draft → hidden from agents/roadmaps-progress.md
until flipped. Use for items the user wants captured but not
surfaced to the active backlog yet.status: ready (default; omit the key) plus body
> Blocked until … note → visible in the dashboard, execution
gated by the documented condition. The blocking is a body
convention, not enforced by the dashboard generator — readers
honor the note.The follow-up roadmap is not authored from scratch — the deferred steps are copied verbatim (with their phase context). This preserves the plan exactly as the author originally wrote it.
Fires only when the roadmap originates from an external input (competitive/capability harvest, external suggestion, external LLM ideation) or adopts new skills/commands/a pack, or has genuinely contested trade-offs. For an ordinary internally-originated roadmap, skip this section — §§ 0–7 are the whole job.
When it fires, add four moves — a gap-table before drafting (KEEP/FOLD/CUT,
integrate don't dump), resolve contested design in the council first
then author, encode the decision so it survives (Council notes +
neutral-descriptor Provenance + memory lock), and make "integration, not
dump" a testable acceptance criterion. Full four-move detail →
roadmap-writing-source-derived.
A single Markdown file at agents/roadmaps/{name}.md:
status, complexity)# Road to {short title}## Goal — decidable target## Prerequisites — checkboxes## Context — why now, links to tickets## Phase N — {name} sections with checkboxes,
exit criteria, rollback## Acceptance criteria — final gatesApply the Frugality Charter to every roadmap you author.
Examples in this artifact:
Pre-save self-check:
KEEP/FOLD/CUT
gap-table behind the scope, a ## Provenance block with an ENC1:
link, inlined council convergence, and an anti-dump acceptance
criterion? (Internally-originated roadmap → these must be absent,
not empty.)agents/tmp/ file as
its input, is that file moved to agents/tmp.old/<name> in the SAME
reply, with the Source line pointing at the tmp.old/ path? (Per
agents-layout § User Inbox Workflow. Move only the explicitly named
input file(s); never sweep the rest of the inbox.)templates/roadmaps.md rules inside the roadmap body.scope-control.roadmap-progress-sync Iron Law #2).commit-policy Iron Law). A roadmap is "implementation-complete"
once its checkboxes are ticked and verification has been run — merge
timing is tracked outside the roadmap.task ci, task ci-fast,
task ci-strict, make ci, make test, npm/pnpm run check,
yarn check, composer test, whole-suite vendor/bin/phpunit,
whole-suite php artisan test) as checkbox steps when
quality.local_auto_run: false — blocked by
task lint-roadmap-ci-steps per
roadmap-ci-steps-policy.
Reword as narrow verifications, or mark the step with
<!-- carve-out: new-gate-verification --> when it verifies a NEW
gate this roadmap introduces.kernel-membership-listed
rules, not roadmaps.KEEP/FOLD/CUT gap-table against the existing surface (§ 8) —
that is a skill dump, not integration.## Provenance block (or gap-table) to an internally
originated roadmap — § 8 is conditional; an empty Provenance section
is noise (template rule 19).ENC1:-encrypt
(source-confidentiality).agents/roadmaps-progress.md cannot
count the phase; the dashboard reports zero open work even though
the phase has prose. Enforced by roadmap-progress-sync Iron Law #2.Phase 1 — v1.8.0 violates
template rule 13 and scope-control § git-operations.KEEP/FOLD/CUT audit becomes a skill dump: items that already
exist get rebuilt, items that should fold into an existing artefact
spawn a duplicate. The gap-table is the integration discipline.Browse agents/roadmaps/ (active set) and agents/roadmaps/archive/
(closed work) for canonical structural / tactical / structural-with-council
examples.