gpd-new-milestone

Initialize research milestone artifacts and roadmap from project context.

1|Updated Mar 29, 2026
One-click install
npx skills add https://github.com/CharlieGreenman/roomtemp-superconductor-gpd --skill gpd-new-milestone
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gpd-new-milestone
Source: https://github.com/CharlieGreenman/roomtemp-superconductor-gpd/tree/main/.agents/skills/gpd-new-milestone
Command: npx skills add https://github.com/CharlieGreenman/roomtemp-superconductor-gpd --skill gpd-new-milestone

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the initiation of a new research milestone by loading project context, consuming milestone discussions, and preparing core artifacts (PROJECT.md, STATE.md, REQUIREMENTS.md, ROADMAP.md) to launch the next cycle.

Core Features & Use Cases

  • Creates/updates PROJECT.md with a Current Milestone entry and resets STATE.md for a fresh milestone.
  • Generates REQUIREMENTS.md and ROADMAP.md, and coordinates with planning agents to stage the milestone workflow.
  • Commits artifacts atomically to ensure reproducible milestone initialization and traceability.

Quick Start

Prompt for the new milestone name and scope, then run the plan-phase to initialize artifacts and roadmap.

Frequently Asked Questions about gpd-new-milestone

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate research milestone creation and project documentation updates?

Automate research milestone creation by loading project context and initializing core artifacts like PROJECT.md, STATE.md, and ROADMAP.md. It consumes milestone discussions to orchestrate updates, coordinating with planning agents to generate a roadmap and actionable requirements for the next cycle.

What is the best way to initialize a reproducible project roadmap and requirements?

The best way to initialize a reproducible roadmap is through atomic artifact commits. This approach validates inputs and performs atomic writes to PROJECT.md, REQUIREMENTS.md, and ROADMAP.md, guaranteeing reproducible milestone initialization and traceability across cycles.

How do I reset project state and start a new milestone cycle from discussions?

Reset project state and start a new milestone cycle by consuming prior milestone discussions and loading project context. The process updates PROJECT.md with a Current Milestone entry and resets STATE.md for a fresh cycle, coordinating with planning agents to stage the workflow.

Do I need planning agents to generate actionable requirements and roadmaps?

Yes, planning agents are required to generate actionable requirements and roadmaps. The milestone initialization orchestrates updates to REQUIREMENTS.md and ROADMAP.md by coordinating with these planning agents to stage the workflow and validate inputs.

Why does my project milestone initialization fail to maintain traceability across cycles?

Traceability across cycles fails when artifacts are not committed atomically. This Skill guarantees reproducible milestone initialization by validating inputs and performing atomic writes to PROJECT.md, STATE.md, REQUIREMENTS.md, and ROADMAP.md, ensuring all files update together.