MKT-66: Add blog MVP specification document #11015
Open
+336
−0
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Related GitHub Issue
Linear issue: MKT-66
Roo Code Task Context (Optional)
View task on Roo Code Cloud
Description
This PR adds a comprehensive specification document for the blog MVP at
roocode.com/blog. The spec captures all confirmed product decisions to enable implementation without further clarification.Key decisions documented:
/blogindex and/blog/[slug]post pagescontent/blog/directorypublish_date(YYYY-MM-DD) andpublish_time_pt(h:mmam/pm format)^[a-z0-9]+(?:-[a-z0-9]+)*$with uniqueness validation/blogroutes + minimal nav/sitemap glueTest Procedure
apps/web-roo-code/docs/blog.mdPre-Submission Checklist
Screenshots / Videos
N/A - documentation only
Documentation Updates
Additional Notes
This spec document is a prerequisite for implementation issues. Once approved, implementation can proceed without further product clarification.
Get in Touch
Via Roo Code Cloud task link above
Important
Adds a comprehensive specification document for the blog MVP, detailing routes, content source, frontmatter schema, publish gating, rendering strategy, and more.
blog.mdinapps/web-roo-code/docs/detailing the blog MVP specification./blog,/blog/[slug]), content source (content/blog/), and frontmatter schema (required fields likepublish_date,publish_time_pt).^[a-z0-9]+(?:-[a-z0-9]+)*$with uniqueness validation./blogroutes, minimal nav/sitemap updates.This description was created by
for 210f91a. You can customize this summary. It will automatically update as commits are pushed.