design

Convert raw ideas into design briefs and implementation plans.

147|31|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/serpro69/claude-toolbox --skill design-serpro69
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: design
Source: https://github.com/serpro69/claude-toolbox/tree/main/kodex-plugin/skills/design
Command: npx skills add https://github.com/serpro69/claude-toolbox --skill design-serpro69

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Pre-implementation work often lacks a structured path from vague ideas to concrete design and task plans. This Skill helps teams understand requirements, align on scope, and create a ready-to-implement design specification before writing code.

Core Features & Use Cases

  • Converts raw ideas into a PRD/design/specification and an implementation plan.
  • Generates design docs and a prioritized task list stored under docs/wip/ to guide development.
  • Supports multi-profile exploration by loading reference materials and surfacing relevant design questions for validation.

Quick Start

Describe your idea in a concise prompt and run the design flow to generate a complete design and task list.

Frequently Asked Questions about design

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

FAQPage Schema
How do I turn a raw idea into a design doc and implementation plan?

A PRD, or product requirements document, is generated by loading reference materials, detecting active profiles, and surfacing relevant design questions to convert your idea into a formal specification with clear acceptance criteria.

What is the best way to structure pre-implementation work for a new feature?

The best way to structure pre-implementation work is using a disciplined process that enforces requirement understanding, scope alignment, and creation of a ready-to-implement design specification before writing code.

Can I use profile-driven workflows to explore design questions for my project?

Yes, you can use profile-driven workflows to explore design questions. The process detects active profiles, loads relevant reference materials, and surfaces validation questions to ensure comprehensive design coverage.

Do I need any specific dependencies to generate a task list from my design docs?

No specific dependencies are required to generate a task list from design docs. You simply run the design flow with your idea prompt to automatically produce the prioritized implementation tasks.

Where are generated work-in-progress task lists stored during the design process?

Generated work-in-progress task lists are stored under the docs/wip/ directory to guide your development workflow and track the implementation of your design decisions.