wp-new

Create a new work product and register it atomically across project records.

44|125|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/TserenTserenov/FMT-exocortex-template --skill wp-new
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wp-new
Source: https://github.com/TserenTserenov/FMT-exocortex-template/tree/main/.claude/skills/wp-new
Command: npx skills add https://github.com/TserenTserenov/FMT-exocortex-template --skill wp-new

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Prevents fragmented task onboarding by ensuring a new work product is created once and consistently recorded across all project records so context, numbering, budget, and acceptance criteria are preserved.

Core Features & Use Cases

  • Structured intake checklist for title, repo, budget, priority, month result mapping, and readiness criteria.
  • Numbering and validation that finds the last integer WP number, enforces integer-only IDs, and rejects lettered suffixes.
  • Budget check and gating that reads the WeekPlan to warn about weekly budget overruns.
  • Atomic multi-file registration that appends synchronized entries to MEMORY, WP-REGISTRY, WeekPlan, Strategy mapping (for RPs ≥3h), and creates a templated inbox context file.
  • Use case: When an unplanned task appears, execute this flow to create WP-N, update registries, and generate the context file with frontmatter and checklist.

Quick Start

Create a new work product named Add user export in repo my-repo with a 4h budget and high priority.

Frequently Asked Questions about wp-new

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

FAQPage Schema
How do I atomically register a new work product across multiple project records?

To atomically register a new work product, you append synchronized entries to MEMORY, WP-REGISTRY, WeekPlan, Strategy mapping, and generate a templated inbox context file. This ensures numbering, budget, and acceptance criteria are consistently preserved across all project files.

What is the process for adding an unplanned task to a weekly plan without fragmenting records?

Adding an unplanned task to a weekly plan requires a structured intake checklist to capture title, repo, budget, and priority. The process then validates integer ID sequencing, checks weekly budget constraints, and performs multi-file registration to prevent fragmented task onboarding.

How do work product ID sequencing and validation rules handle lettered suffixes?

Work product ID sequencing enforces integer-only IDs by finding the last integer WP number and explicitly rejecting lettered suffixes. This validation mechanism ensures strict numeric progression and prevents inconsistent naming conventions across the WP registry.

Does this task registration flow check weekly budget constraints before creating a work product?

Yes, the task registration flow reads the WeekPlan to check weekly budget constraints before creating a work product. It warns about weekly budget overruns during the intake process, gating the atomic multi-file registration to prevent overspending.

When do I need to map a new work product to strategy mapping for RPs ≥3h?

You need to map a new work product to strategy mapping for RPs ≥3h when the task requires synchronized entries across project records. This happens during atomic multi-file registration, ensuring strategic alignment for work products with significant time investments.

What limitations exist when creating a templated inbox markdown file with frontmatter?

Creating a templated inbox markdown file with frontmatter requires strict adherence to intake validation rules and integer ID sequencing. The process rejects lettered suffixes and depends on existing WeekPlan data to accurately gate weekly budget constraints and readiness criteria.