easysdd-onboarding

Scans a repository and creates an EasySDD skeleton or migration plan.

1.1k|82|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/liuzhengdongfortest/easysdd --skill easysdd-onboarding
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: easysdd-onboarding
Source: https://github.com/liuzhengdongfortest/easysdd/tree/main/easysdd-onboarding
Command: npx skills add https://github.com/liuzhengdongfortest/easysdd --skill easysdd-onboarding

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines integrating a new repository into the EasySDD workflow system. It handles two scenarios: a greenfield repo with no spec docs or easysdd directory (skeleton bootstrap) and a repo with existing scattered docs (migration audit and mapping). After skeleton or migration plan is prepared, downstream flows can run without re-explaining the repository structure.

Core Features & Use Cases

  • Skeleton bootstrap: create the easysdd/ skeleton (architecture/design.md, root directories, and tool references) for a fresh repository.
  • Migration auditing: scan for existing docs (docs/, architecture/designs) and produce a mapping plan with user confirmation.
  • Activation ready: once skeleton/mapping is in place, feature/issue/acceptance workflows can run on the repository without re-scoping directories.

Quick Start

Scan the project to determine greenfield vs migration path, then apply the easysdd skeleton or migration plan and present a verification summary.

Frequently Asked Questions about easysdd-onboarding

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

FAQPage Schema
How do I onboard a repository into the EasySDD workflow?

To onboard a repository into the EasySDD workflow, the system scans your project to determine if it is greenfield or requires migration, then generates the easysdd root structure including architecture, features, issues, and learnings directories.

What is the process for migrating scattered architecture docs into a structured skeleton?

Migrating scattered architecture docs involves scanning for existing files in directories like docs/ and producing a mapping plan, which requires your explicit confirmation before restructuring them into the easysdd skeleton.

Can I bootstrap an easysdd skeleton for a fresh repository with no existing spec docs?

Yes, you can bootstrap an easysdd skeleton for a greenfield repository, which creates the full directory structure including architecture/design.md, root directories, and necessary tool references to initiate your project.

Does the EasySDD onboarding process require an AGENTS.md file to run?

The onboarding process does not strictly require an existing AGENTS.md file to run, but it ensures that the presence and configuration of an AGENTS.md file is explicitly considered during the repository integration.

What directories are generated when bootstrapping the easysdd skeleton?

Bootstrapping the easysdd skeleton generates a root structure containing dedicated directories for architecture, features, issues, learnings, decisions, tricks, explores, tools, and reference materials.

Why do I need a migration audit before mapping existing docs into the easysdd workflow?

A migration audit is required to accurately inventory your existing scattered documentation before mapping, ensuring the generated easysdd structure correctly integrates your current architecture and design files without data loss.