workflow-new-project

Automate new project setup from scope discovery to working scaffold.

Updated Mar 2, 2026
One-click install
npx skills add https://github.com/akourmaz/translate2 --skill workflow-new-project
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow-new-project
Source: https://github.com/akourmaz/translate2/tree/main/.agents/skills/workflow-new-project
Command: npx skills add https://github.com/akourmaz/translate2 --skill workflow-new-project

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Greenfield project initialization is time-consuming and error-prone, leading to inconsistent starting points across teams.

Core Features & Use Cases

  • Scope & Requirements: Capture goals, stakeholders, constraints, and acceptance criteria to align the team.
  • Stack & Architecture Planning: Provide guided tech stack selection and high-level architecture to reduce risk.
  • Scaffolding & First Deliverable: Create a starter repository structure, configs, and a plan for the initial MVP.
  • Use Case: A team starting a new product can generate a repeatable bootstrap workflow to land a working MVP quickly.

Quick Start

Initialize a greenfield project by selecting a stack, creating the repository structure, and applying starter configurations.

Frequently Asked Questions about workflow-new-project

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

FAQPage Schema
How do I automate project bootstrapping for a new software initiative?

Automating project bootstrapping involves capturing scope, selecting a tech stack, planning architecture, and scaffolding the repository. This workflow enforces a defined process to ensure consistent starting points and an actionable first deliverable for new initiatives.

What is the best way to scaffold a greenfield project repository?

Scaffolding a greenfield project requires guided tech stack selection and high-level architecture planning. This approach creates a starter repository structure with initial configurations, reducing risk and ensuring a repeatable bootstrap workflow for the initial MVP.

How do I capture requirements and architecture decisions for a new MVP?

Capturing requirements and architecture decisions involves documenting goals, stakeholders, constraints, and acceptance criteria. This process aligns the team and provides a high-level architecture plan to guide the scaffolding and bootstrapping of the MVP.

Can I use this project bootstrapping workflow for both MVPs and larger initiatives?

Yes, the project bootstrapping workflow is suitable for both MVPs and larger initiatives. It scales by enforcing a consistent process for requirements capture, stack selection, and architecture planning to land a working starter scaffold quickly.

Why does greenfield project initialization lead to inconsistent starting points across teams?

Greenfield project initialization leads to inconsistent starting points because manual setup is time-consuming and error-prone. Automating the end-to-end workflow from scope discovery to scaffolding enforces consistency and reproducibility across teams.

What steps are needed to generate a starter repository structure and starter config?

Generating a starter repository structure and starter config requires selecting a stack, creating the repository directories, and applying starter configurations. This workflow automates those steps to produce a working scaffold and an actionable first deliverable.