WORK-271
Setting up your dashboard 0 entities found · 8/32 branches scanned
ID:WORK-271Status:pending

create-refrakt plan-site scaffold

Add a plan project type to create-refrakt that scaffolds a complete, runnable plan site: config (plugin + entityRoutes), a seed plan/, and a plan-site/ content dir (layout + dashboards), for a chosen adapter target.

Priority:mediumComplexity:moderateMilestone:v0.16.0Source:SPEC-071

Criteria completion

Criteria completion: 0 of 5 (0%) checked; tracking started on May 25, no incremental history yet0%25%50%75%100%May 25Jun 15

Tracking started May 25 — check back for trends.

Acceptance Criteria

  • create-refrakt --type plan [--target <adapter>] scaffolds a runnable plan site
  • Generated refrakt.config.json includes @refrakt-md/plan plus the entityRoutes rules for spec/work/bug/decision/milestone
  • Seed plan/ (example spec + work + decision + milestone) so refrakt dev shows a populated site immediately
  • plan-site/ content dir ships _layout.md (docs layout + plan sidebar) and dashboard pages (index, by-status, milestones) using collection / backlog / plan-progress
  • Dependency versions derived from create-refrakt's own package.json at runtime, as other templates do

Dependencies

  • WORK-268 (entityRoutes adapter)
  • WORK-263 (collection rune)

References

  • SPEC-071