sketch

Generate structural skeletons with TODO placeholders for code, documents, and workflows.

14|6|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/tyevans/tackline --skill sketch-tyevans
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sketch
Source: https://github.com/tyevans/tackline/tree/main/skills/core/sketch
Command: npx skills add https://github.com/tyevans/tackline --skill sketch-tyevans

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill generates structural skeletons for code, documents, configurations, schemas, or workflows, complete with TODO placeholders, allowing you to visualize and plan implementation without writing actual code.

Core Features & Use Cases

  • Structure Generation: Creates file outlines, function signatures, class structures, section headings, or workflow steps.
  • Placeholder Integration: Automatically inserts TODO comments or placeholders for all implementation points.
  • Use Case: After deciding on an architectural approach for a new feature, use this Skill to generate the basic file and function structure, ensuring all necessary components are accounted for before development begins.

Quick Start

Use the sketch skill to outline the structure for a new Python module that handles user authentication.

Frequently Asked Questions about sketch

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a code skeleton with TODO placeholders for a new module?

Scaffolding code with TODOs involves generating structural skeletons that include function signatures, class structures, and placeholder comments. This allows you to plan implementation by creating file outlines with TODO markers before writing actual logic.

What is the best way to scaffold project structure before writing implementation logic?

Scaffolding project structure is best done by generating structural skeletons with TODO placeholders for code and documents. This approach searches the codebase for existing conventions and emits minimal structures, ensuring all components are planned before implementation.

Can I generate document outlines and configuration schemas with TODO comments automatically?

Yes, you can automatically generate document outlines and configuration schemas with TODO comments. The scaffolding mechanism identifies artifact types from context and emits markdown structures with <!-- TODO: --> comments or configuration schemas with placeholder integration.

Does scaffolding code with TODOs work with existing project conventions?

Yes, scaffolding code with TODOs works with existing project conventions by searching the codebase for established patterns before generating structures. It follows existing project conventions to ensure generated skeletons match current code styles and language annotations.

When do I need to use a code skeleton generator instead of writing code directly?

You need a code skeleton generator when planning implementation without writing actual code, such as after deciding an architectural approach. It helps visualize file outlines, workflow steps, and class structures with TODO placeholders before development begins.