gsd-ns-project

Route user intent to the correct project or milestone lifecycle operation.

1|Updated Sep 6, 2015
One-click install
npx skills add https://github.com/deerawan/dotfiles --skill gsd-ns-project-deerawan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-ns-project
Source: https://github.com/deerawan/dotfiles/tree/main/claude/skills/gsd-ns-project
Command: npx skills add https://github.com/deerawan/dotfiles --skill gsd-ns-project-deerawan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill resolves which project-lifecycle action to take by mapping your intent to the correct milestone or project operation.

Core Features & Use Cases

  • Intent-based routing: Decide whether to start a new project, create a milestone, complete the current milestone, audit a milestone, or summarize milestone status.
  • Updated milestone planning workflow: Ensures gap planning is treated as part of audit output after the referenced deletion.
  • Direct Skill invocation: Calls the matched downstream Skill to perform the requested operation.

Quick Start

Tell the assistant what you want to do, such as auditing the current milestone status.

Frequently Asked Questions about gsd-ns-project

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

FAQPage Schema
How do I route project intent to the correct milestone or lifecycle operation?

Milestone status summarization aggregates ongoing program plan data to provide a status summary of current milestones. It maps your intent to the summarization operation and directly invokes the matched downstream Skill to generate the report.

What is the best way to audit milestones for issues in a project lifecycle?

Milestone auditing evaluates current milestones for issues and integrates gap planning directly into the audit output. The routing Skill identifies this intent, invokes the audit downstream Skill, and removes standalone gap planning by consolidating it into the audit results.

Can I start a new project and create milestones using intent-based routing?

Yes, intent-based routing supports starting new projects and creating milestones by matching your requested outcomes to the correct lifecycle operation. Once matched, it directly calls the downstream Skill to execute the project creation or milestone generation process.

Does completing a milestone require a separate routing step before execution?

Completing a milestone requires intent mapping to identify the completion operation, after which the routing Skill directly invokes the downstream execution Skill. This ensures the lifecycle transition is handled by the correct specialized operation without manual intervention.

When should I use workflow orchestration for milestone routing instead of manual tracking?

Workflow orchestration for milestone routing should be used when managing ongoing program plans that require frequent status summaries, audits, or lifecycle transitions. It automates intent matching and downstream Skill invocation, reducing manual tracking errors across multiple milestones.