Back to marketplace

/fullstack-launchpad

v1.0.0quality

Plan, scaffold, and ship production-ready apps with structured workflows and release discipline.

planningarchitecturereleasefullstack
/plugin install fullstack-launchpad@max-skills
/scaffold-architecture

Design project structure, boundaries, and data flow before writing code.

Expand

Design the architecture for the requested change.

Include:

  • Module boundaries
  • Source-of-truth ownership per domain
  • Data flow diagram (text form)
  • Migration strategy
  • Backward compatibility notes

Prefer incremental, low-risk changes over big-bang rewrites.

/scope-requirements

Turn a rough feature idea into a clear, testable implementation brief.

Expand

Convert the feature request into an implementation-ready brief.

Output sections:

  • Goals
  • Non-goals
  • User scenarios
  • API contracts
  • Risks and mitigations
  • Acceptance criteria

Keep assumptions explicit and separate facts from guesses.

/ship-release

Prepare rollout, verification, and rollback steps for safe deployment.

Expand

Prepare a release plan for the delivered change.

Include:

  • Preflight checks
  • Deployment steps
  • Smoke tests
  • Monitoring checks
  • Rollback steps

Highlight high-risk checkpoints and owner handoffs.

by Skills Marketplace · MIT