skills/smithery.ai/create-plan

create-plan

SKILL.md

You are creating a new plan file in the .agents/plans/ directory.

First, read .agents/ARCHITECTURE.md to understand the project's layered architecture and design principles. This is crucial for planning features that fit into the high-level/low-level API structure.

Your Task

  1. Read ARCHITECTURE.md - Understand the layer structure and design principles
  2. Determine the slug - Based on the conversation context and intent, determine an appropriate file slug (kebab-case recommended). Ask the user if unclear.
  3. Gather content - Collect or generate the plan content from the discussion
  4. Create the file - Use the create-plan script to generate the file

Architecture Considerations

When planning features, consider the two API layers:

  • High-level API: Simple, task-focused interfaces (PDF, PDFPage, PDFForm)
  • Low-level API: Full control via COS objects (PdfDict, PdfArray, PdfStream)

Most features should follow this pattern:

Installs
21
First Seen
Mar 21, 2026