wds-5-agentic-development

Guides structured AI-assisted development, testing, and reverse engineering through menu-driven workflow files.

Updated Mar 14, 2026
One-click install
npx skills add https://github.com/ArchaonHW/MingGoRTS --skill wds-5-agentic-development-archaonhw
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wds-5-agentic-development
Source: https://github.com/ArchaonHW/MingGoRTS/tree/main/.agents/skills/wds-5-agentic-development
Command: npx skills add https://github.com/ArchaonHW/MingGoRTS --skill wds-5-agentic-development-archaonhw

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? It removes the chaos from AI-assisted coding by enforcing structured, step-by-step workflows with approval gates, design log tracking, and self-verification before any code is presented to the user. ## Core Features & Use Cases - Seven Activity Workflows: Menu-driven routing to Prototyping, Development, Bugfixing, Evolution, Analysis, Reverse Engineering, and Acceptance Testing, each with ordered step files. - Design Log State Tracking: Every activity reads and updates a central design log so progress, status (building/built/approved), and history persist across sessions. - Section-by-Section Prototyping: Builds interactive HTML/Tailwind prototypes from specifications with just-in-time story files, Puppeteer self-verification, and user approval gates per section. - Use Case: A designer with approved page specifications asks the agent to build a prototype; the skill sets up the folder structure, breaks views into sections, implements each with verification, and logs status until final integration testing passes. ## Quick Start Ask the agent to start Phase 5 agentic development and choose an activity such as prototyping or bugfixing from the menu.

Frequently Asked Questions about wds-5-agentic-development

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

FAQPage Schema
How do I build an interactive prototype from specifications with an AI agent?

Use the Prototyping activity, which sets up a prototype folder, analyzes the scenario into logical views, breaks each view into 4-8 sections, and implements each section from a just-in-time story file. Every section is verified with Puppeteer and approved by the user before continuing.

What workflows does this agentic development skill include?

It includes seven activities: Prototyping, Development, Bugfixing, Evolution, Analysis, Reverse Engineering, and Acceptance Testing. Each has its own workflow file and ordered step files, all coordinated through a central design log.

How does the skill track progress across sessions?

Every activity reads and appends to a design log at 00-design-log.md in the output folder. Statuses such as building, built, and approved are recorded per page, and dated progress entries document analyses, fixes, and completed work.

Can it reverse engineer an existing website into specifications?

Yes, the Reverse Engineering activity explores a target codebase or public website, captures patterns and inventory, then generates WDS-format page specifications and extracts design tokens. It explicitly avoids copying proprietary code or assets.

When should I use bugfixing versus evolution workflow?

Use Bugfixing when existing code has a defect: it enforces reproduce-first, root-cause analysis, and regression checks. Use Evolution when adding new features to a working product, with impact analysis and backward-compatibility verification at each commit.