You are creating a new plan file in the .agents/plans/ directory.
Your Task
- Determine the slug - Use `Look on the landing page, the I want you to implement full payment with all the parameters on the pricing page implemented, in all aspects.
link from the landing page,
add upgrade under the dropdown
user can go to their polar profile to cancel their plan, etc etc
I need you to use context7 to get the docs for polar and polar combined with better-auth and implement the auth fully in the application.` as the file slug (kebab-case recommended)
2. Gather content - Collect or generate the plan content
3. Create the file - Use the create-plan script to generate the file
Usage
The script will automatically:
- Generate a unique three-word ID (e.g.,
happy-blue-moon)
- Create frontmatter with current date and formatted title
- Save the file as
{id}-{slug}.md in .agents/plans/
Creating the File
Option 1: Direct Content
If you have the content ready, run:
bash
Option 2: Multi-line Content (Heredoc)
For multi-line content, use heredoc:
bash
Option 3: Pipe Content
You can also pipe content:
bash
File Format
The created file will have:
markdown
The title is automatically formatted from the slug (e.g., my-feature -> My Feature).
Guidelines
- Use descriptive slugs in kebab-case (e.g.,
user-authentication, api-integration)
- Include clear, actionable plan content
- The unique ID ensures no filename conflicts
- Files are automatically dated for organization
Begin
Create a plan file using the slug from `Look on the landing page, the I want you to implement full payment with all the parameters on the pricing page implemented, in all aspects.
link from the landing page,
add upgrade under the dropdown
user can go to their polar profile to cancel their plan, etc etc
I need you to use context7 to get the docs for polar and polar combined with better-auth and implement the auth fully in the application.` and appropriate content for the planning task.