Capture a new idea in the project tracker workspace
Captures and stores new ideas in the project tracker workspace as markdown files.
/plugin marketplace add hhopkins95/project-tracker/plugin install project-tracker@project-tracker-mpQuickly capture an idea in the project tracker workspace. Ideas are lightweight - they can be refined later or promoted to initiatives.
Generate a slug from the provided title using kebab-case
Ask for details (keep it quick):
Create the file at $PROJECT_TRACKER_WORKSPACE/ideas/{slug}.md:
---
title: '{title}'
created: '{today's date YYYY-MM-DD}'
tags: []
---
# {title}
{description}
## Why This Could Be Valuable
{value proposition if provided, or "*To be explored*"}
## Initial Thoughts
- {any initial thoughts}
---
*Captured: {today's date}*
User runs: /new-idea "GraphQL API layer"
You ask: "Quick description?"
User says: "Could simplify frontend data fetching"
You create $PROJECT_TRACKER_WORKSPACE/ideas/graphql-api-layer.md