Back to list
mshuffett

create-structure-outline

by mshuffett

@mshuffett does dotfiles

0🍴 0📅 Jan 25, 2026

SKILL.md


name: create-structure-outline description: create a phased implementation plan based on research and design decisions

Create Structure Outline

You are creating a phased implementation plan based on research findings and design decisions.

Input

  • changeRequest: The user's original change request
  • researchDocumentPath: Path to the research document (e.g., rpi/tasks/ENG-XXXX-description/YYYY-MM-DD-research.md)
  • designDecisions: List of design decisions made during the design discussion phase
  • patternsToFollow: List of patterns identified during research

Steps

  1. Read all input documents FULLY:

    • Use Read tool WITHOUT limit/offset to read the research document
    • Understand the current state of the codebase from research findings
    • Review all design decisions and patterns to follow
  2. Check for related task content:

    • If a path in rpi/tasks/TASKNAME is mentioned, use ls rpi/tasks/TASKNAME
    • Read all relevant files in the task directory
    • Read relevant files mentioned in the task files
  3. Spawn sub-agents for follow-up research:

    For deeper investigation:

    • codebase-locator: Find additional files if needed
    • codebase-analyzer: Deep-dive on specific implementations
    • codebase-pattern-finder: Find more examples of patterns
    • web-search-researcher: Research external best practices

    Do not run agents in the background - FOREGROUND AGENTS ONLY.

  4. Create a phased implementation plan:

    • Break the work into logical phases
    • Each phase should be independently testable
    • Order phases vertically rather than horizontally - wire everything together in a testable way and then add functionality incrementally
  5. For each phase, specify:

    • Overview of what's being built
    • Specific file changes with descriptions
    • Validation approach - how we'll manually verify the phase works
  6. Document what's out of scope:

    • What we're NOT doing in this plan
    • Future enhancements to consider later

Output Document

  1. Read the structure outline template

Read({SKILLBASE}/references/structure_outline_template.md)

  1. Write the structure outline to rpi/tasks/ENG-XXXX-description/YYYY-MM-DD-structure-outline.md

    • First, find the task directory: ls rpi/tasks | grep -i "eng-XXXX"
    • If the directory doesn't exist, create: rpi/tasks/ENG-XXXX-description/
    • Format: YYYY-MM-DD-structure-outline.md where YYYY-MM-DD is today's date
    • Directory naming:
      • With ticket: rpi/tasks/ENG-1478-parent-child-tracking/2025-01-08-structure-outline.md
      • Without ticket: rpi/tasks/improve-error-handling/2025-01-08-structure-outline.md
  2. Read the final output template

Read({SKILLBASE}/references/structure_outline_final_answer.md)

  1. Respond to the user with a summary following the template, including GitHub permalinks

Work with the user to iterate on the design

  1. If the user gives any input along the way:
    • DO NOT just accept the correction
    • Spawn new research tasks to verify the correct information
    • Read the specific files/directories they mention
    • Only proceed once you've verified the facts yourself
    • interpret ALL user feedback as instructions to update the document, not to begin implementation
    • Update the structure according to the user's feedback

When referencing documents in rpi/, use the rpi permalink command to generate GitHub links:

  • Run rpi permalink rpi/tasks/TASKNAME/document.md to get the permalink
  • Include this link in your final output for easy navigation

Markdown Formatting

When writing markdown files that contain code blocks showing other markdown (like README examples or SKILL.md templates), use 4 backticks (````) for the outer fence so inner 3-backtick code blocks don't prematurely close it:

# Example README
## Installation
```bash
npm install example
```

Phase Validation Design

Not every phase requires manual validation, don't put steps for manual validation just to have them.

There's a good chance that if a phase cannot be manually checked, the phase is either too small or not vertical enough. The goal of manual validation is to avoid getting to the end of a 1000+ line code change and then having to figure out which part went wrong.

Automated testing is always better than manual testing - be thoughtful based on your knowledge of the codebase and testing patterns.

Score

Total Score

65/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

1ヶ月以内に更新

+10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

Reviews

💬

Reviews coming soon