customise-workflow

Solid

Customise the prd-taskmaster plugin workflow via curated brainstorm questions. The AI asks, the user answers in plain English, and the skill writes their preferences to .atlas-ai/config/atlas.json. Future runs of prd-taskmaster read that file and apply user preferences to phase gates, validation strictness, default provider, preferred execution mode, and template choice. For deeper tweaks beyond the curated questions, users can hand-edit files in .atlas-ai/customizations/. Use when the user says "customise workflow", "customize workflow", "adjust my PRD settings", "tune the skill", or wants to change how prd-taskmaster behaves.

AI & Automation 508 stars 52 forks Updated today MIT

Install

View on GitHub

Quality Score: 94/100

Stars 20%
90
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# customise-workflow AI-driven workflow customisation for the `prd-taskmaster` plugin. Replaces manual JSON editing. Part of the plugin's companion-skills family. **Script**: `skills/customise-workflow/script.py` (all commands output JSON) **Plugin config root**: `.atlas-ai/` (per-project, lives alongside TaskMaster's `.taskmaster/`) ## When to Use Activate when the user says: "customise workflow", "customize workflow", "adjust PRD settings", "tune the skill", "change my defaults", or "personalise prd-taskmaster". Skip: generating a new PRD (use `/prd:go`), executing tasks (use HANDOFF modes), or running research expansion (use `/expand-tasks`). ## The One Rule **The AI asks the questions and writes the config. The user never manually edits JSON. The config file is the output, not the input.** If the user wants tweaks beyond the curated questions, point them at `.atlas-ai/customizations/` (see "Customizations directory" below) — do not hand them raw JSON. ## Flow ``` LOAD → ASK → VALIDATE → WRITE → VERIFY ``` ### Phase 1: LOAD current config Run the script to load existing preferences (or defaults if first run): ```bash python3 skills/customise-workflow/script.py load-config ``` Returns JSON with current preferences across 6 categories: provider, validation, execution, template, autonomous, gates. Writes to `.atlas-ai/config/atlas.json` if missing, seeding defaults. ### Phase 2: ASK curated questions Read `questions/curated-questions.md` and ask each one via `A...

Details

Author
anombyte93
Repository
anombyte93/prd-taskmaster
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category