Summary of "Si programas con IA, necesitas esta estructura de proyecto"

Project structure for AI-assisted development

Key idea

A simple, reusable repository layout that helps AI guidance agents (Cloud/CloudCode or equivalents) understand and operate on your project. The layout combines source code, documentation, automation, and agent skills so agents can read context and run repeatable workflows. It works for frontend, backend, full‑stack, or multi‑repo projects.

Recommended folder / file structure (core elements)

cloud.md and initialization

docs/ — contents and purpose

Use docs/ for structured, maintained documentation instead of ad‑hoc notes. Recommended contents:

Tips:

tools/scripts — usage

.cloud/skills — agent commands

Example skill usages:

Tooling demonstrated

Example workflows shown

  1. Run init to auto-generate cloud.md and an architecture summary.
  2. Edit cloud.md to set rules and document stack, patterns, and models.
  3. Ask the agent to split a large architecture doc into multiple docs (overview, stack, data models, routes).
  4. Use the agent to create docs/decisions and docs/roombooks; the agent can fill starter content (you should verify and refine).
  5. Create tools/scripts/create-user to seed admin/test users and run it to log in locally.
  6. Create .cloud/skills/test to open a browser, navigate pages, check UI components, and report/fix issues.
  7. Run /build to build, run checks, commit, and push in one command.

Best practices & tips

Product mention / hosting recommendation

Cynote (hosting platform) was presented as an example hosting option with features such as:

Guides, tutorials, and resources referenced

Main speaker / source

All guidance, demos, and opinions in the video come from a single presenter (the channel owner, referred to as “Fast” and using the domain fast.df).

Category ?

Technology


Share this summary


Is the summary off?

If you think the summary is inaccurate, you can reprocess it with the latest model.

Video