start-project

Route project-foundations pipeline stages by reading session-state and launching interview flows.

Updated Apr 26, 2026
One-click install
npx skills add https://github.com/aoecosystem/project-foundations --skill start-project-aoecosystem
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: start-project
Source: https://github.com/aoecosystem/project-foundations/tree/main/.cursor/skills/start-project
Command: npx skills add https://github.com/aoecosystem/project-foundations --skill start-project-aoecosystem

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a universal entrypoint and routing controller for the project-foundations pipeline. It reads the current session state and directs the user to the correct flow, from fresh interviews to mid-pipeline status checks.

Core Features & Use Cases

  • Universal entry point that reads the session-state file and routes to the appropriate interview or status view.
  • Resumes an in-progress interview or starts a fresh one, enforcing the 13-section briefing process and slug-based outputs.
  • Handles stage transitions and audit logging to keep the pipeline consistent and auditable across runs.

Quick Start

Say '/start-project' to begin the interview and generate the project brief when you are ready.

Frequently Asked Questions about start-project

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

FAQPage Schema
How do I start a project brief interview and automate the workflow routing?

To start a project brief interview, trigger the workflow entry point to read session-state and automatically route to a fresh interview or resume from the last checkpoint, ensuring correct stage transitions and generating a structured project brief.

Can I resume an in-progress interview from the last checkpoint if the session was interrupted?

Yes, you can resume an in-progress interview. The workflow reads the saved session-state file to detect the INTERVIEW stage and automatically routes you back to the exact checkpoint to continue the briefing process.

What is session-state management for an automated project pipeline?

Session-state management tracks pipeline progress by logging stage transitions and audit entries, ensuring workflow consistency. It dictates whether to initialize a fresh interview, resume an active one, or report current status.

Do I need a specific session-state file to check the current workflow status?

You need an existing session-state file to check current workflow status. The routing controller reads this state file during any pipeline stage to report progress and enforce correct stage transitions without restarting.

How does the drafted project brief get exported and saved during the workflow?

The drafted project brief is exported by writing the finalized output to a slug-based HTML file located within the scope-of-work directory, while simultaneously logging audit entries to maintain pipeline consistency.