pms-init

Create raw and wiki folder structures with six wiki stub documents.

1|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/ag3nt3154/Driverless_AGI --skill pms-init
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pms-init
Source: https://github.com/ag3nt3154/Driverless_AGI/tree/main/projects/project_management_system/.dagi/skills/pms-init
Command: npx skills add https://github.com/ag3nt3154/Driverless_AGI --skill pms-init

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the problem of inconsistent project workspace setups by automatically creating a standardized raw structure and six wiki stub documents, ensuring every project begins with the same architecture.

Core Features & Use Cases

  • Automatically creates the directory tree raw and wiki with common subfolders (wiki/sources/emails, wiki/sources/docs, wiki/sources/meetings, wiki/sources/misc).
  • Writes six wiki stub documents: wiki/readme.md, wiki/schedule.md, wiki/deliverables.md, wiki/decisions.md, wiki/open_questions.md, wiki/index.md to seed collaboration.
  • Use Case: kickoff a new project and instantly have a ready-to-edit knowledge base and artifact templates; re-run safely to skip existing content.

Quick Start

Run the pms-init skill once to scaffold the raw/wiki structure and six wiki stub documents.

Frequently Asked Questions about pms-init

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

FAQPage Schema
How do I scaffold a standardized project management wiki and folder structure?

To scaffold a standardized project management wiki and folder structure, you need a tool that automatically generates directory trees and document stubs. This skill creates the raw and wiki folders along with six ready-to-edit wiki markdown files to seed collaboration.

What is the best way to initialize a consistent project workspace for a new team?

Initializing a consistent project workspace requires generating a uniform directory architecture before work begins. This skill creates common subfolders for sources like emails, docs, and meetings, ensuring every new project starts with the same standardized layout.

Can I safely re-run project setup automation if some wiki folders already exist?

Yes, you can safely re-run project setup automation because the process uses idempotent steps. It skips existing files and directories, allowing you to safely resume scaffolding after interruptions without overwriting your current wiki content.

What wiki templates are included when scaffolding a project knowledge base?

The wiki templates included when scaffolding a project knowledge base are six markdown stub documents: readme, schedule, deliverables, decisions, open_questions, and index. These files instantly provide a ready-to-edit structure to kick off collaboration.