Platform · Component ③ · Dev automation (power tools)

From idea to deploy,
in a few commands

However good the skeleton and parts are, they're useless if assembly is slow. Dawell Service FDE connects project creation → server setup → feature development → deploy → cleanup with a few commands on top of Claude Code. Because people don't do the repetitive setup and deploy work, FDEs focus on understanding and designing for the customer's business.

⚙️ AI-native development flow 🚀 Automated setup & deploy 🧹 Resource cleanup in one go
1 commandCreate project (auto port · memory)
1 commandServer · domain · HTTPS setup
1 commandFeature dev — plan, build, verify on your behalf
1 commandChangelog · commit · tag · deploy
Analogy · Tools & work orders

A skilled mechanic's toolbox and standard procedures

A good garage has proven tools and standard operating procedures. Dawell Service's dev automation tools play that role — ordering a new chassis (project), setting up the workbench (dev server), assembling the requested feature, rolling out the finished car (deploy), and cleaning up spent work resources are all formalized into a single command each.

  • Setup and deploy that once varied by person, now one standard procedure
  • Tools handle the repetitive work → fewer mistakes and omissions
  • Anyone works the same way → handoffs go smoothly
One command Auto-run ✓ Port assigned · dev server started ✓ Domain · HTTPS certificate issued ✓ Commit · tag · deploy
Commands handle the repetitive setup and deploy — people focus on judgment
The Lifecycle

A project's life — five commands

From the moment you open a new project to the moment you tear it down, each stage is formalized into a single command.

① Create

create-project

Generate a new project from the skeleton (template) — port assignment and memory linking included.

② Setup

/dev

Start the dev server and auto-configure a dedicated domain and HTTPS. Check it right in the browser.

③ Develop

/develop

"Build feature X" → the AI plans, implements, and verifies on your behalf.

④ Deploy

/release

Changelog, commit, tag, and deploy in one go. Ship to the customer instantly.

⑤ Clean up

delete-project

Cleanly reclaim byproduct resources — DB, port, domain, certificate, repository.

“A development flow that ends in a single command — the vibe coder's day.”

Formalized work like setup and deploy goes to the tools; understanding and designing for the customer's business goes to people.

What Each Does

What each command does for you

All delivered as skills and agents running on top of Claude Code.

🆕

create-project

Generates a new Django project from the standard skeleton and auto-links the server port and working memory.

🌐

/dev

Starts the dev server and auto-issues the <project>-dev.popupstudio.ai domain and HTTPS certificate.

🛠️

/develop

Takes a requested feature through plan → implement → verify. Spec-validation and test agents check quality alongside.

📦

/release

Organizes the changelog, leaves a commit and tag, then runs the deploy — a safe, reversible release.

🔁

clone-repo

Brings an existing repository into the standard layout, so you work with the same structure on any server.

🧹

delete-project

Reclaims every resource created with the project — DB, port, domain, certificate, repository — keeping the server clean.

* create-project · clone-repo · delete-project are agents of standarda-devtools that manage a project's lifecycle; /dev · /develop · /release are dev skills bundled into each project's skeleton (standarda-template). Together they form one development flow.

Claude Code AI-native vibe coding Skills · subagents Spec validation · test automation Auto port · domain · HTTPS Version- & tag-based deploy
Explore More

Explore the platform