createCompany

Create Harness Engineering workspace folders and baseline operational files.

Updated May 21, 2026
One-click install
npx skills add https://github.com/kinetas/harness_engineering --skill createcompany
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: createCompany
Source: https://github.com/kinetas/harness_engineering/tree/main/createCompany
Command: npx skills add https://github.com/kinetas/harness_engineering --skill createcompany

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It eliminates the repetitive setup work of creating the required workspace folders and baseline project files before starting development.

Core Features & Use Cases

  • Workspace structure initialization: Creates the doc, develope, add, and report directory structure needed for the project lifecycle.
  • Operational file setup: Generates core operational files like doc/AI_anomaly.txt and add/registry.json.
  • Safe re-initialization: Detects existing PRD/Coding Rule/report files and avoids overwriting them during resume scenarios.

Quick Start

Invoke the skill by typing /createCompany to generate a fresh workspace skeleton ready for /startCompany.

Frequently Asked Questions about createCompany

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

FAQPage Schema
How do I initialize a project workspace folder structure automatically?

To initialize a project workspace folder structure, use this skill to create the required doc, develope, add, and report directories along with baseline operational files for project execution.

Can I safely re-initialize a workspace without overwriting existing PRD and coding rules?

You can safely re-initialize a workspace because it detects existing PRD, coding rules, and report files, only creating baseline directories and files when they do not already exist.

What baseline operational files are needed for project setup initialization?

Project setup initialization requires baseline operational files such as doc/AI_anomaly.txt and add/registry.json to establish the necessary workspace structure for the project lifecycle.

Does deterministic workspace initialization work for resume scenarios after deletion?

Deterministic workspace initialization works for resume scenarios by detecting existing files after deletion or pauses, ensuring missing directories are created without overwriting current PRD or report files.

What's the best way to generate a workspace skeleton ready for project execution?

The best way to generate a workspace skeleton ready for execution is using this initialization skill, which creates the required directory structure and baseline files deterministically.