Moved from maxwell/blog to standalone repository. - Next.js research journal application - Notes 001-005 with YAML/MD content structure - Claude Code configuration for blog development Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
36 lines
964 B
YAML
36 lines
964 B
YAML
id: "004"
|
|
slug: 004-hydrating-the-roadmap
|
|
date: "2026-02-07"
|
|
title: Hydrating the Roadmap
|
|
preview: "Expanding roadmap steps with research findings and running a confidence check."
|
|
|
|
prompts:
|
|
- id: hydrate-docs
|
|
label: Hydrate planning docs
|
|
content: |
|
|
Take all of the research in research/* and apply it to our *.md docs
|
|
|
|
- id: expand-steps
|
|
label: Expand roadmap steps
|
|
content: |
|
|
/do-parallel for each step in roadmap.md, write it in steps/{name}.md. use the research in research/*
|
|
|
|
- id: confidence-check
|
|
label: Confidence check
|
|
content: |
|
|
Read through the roadmap and the steps, respond with a confidence score 1-100 of whether or not you think we will succeed, then list things that will make us more confident
|
|
|
|
skillsUsed: []
|
|
|
|
filesCreated: []
|
|
|
|
navigation:
|
|
prev:
|
|
slug: 003-research-planning
|
|
id: "003"
|
|
title: Research Planning
|
|
next:
|
|
slug: 005-project-setup
|
|
id: "005"
|
|
title: Project Setup
|