@firstpick/pi-extension-feature-system-prompt

Classify Pi requests and inject a feature-workflow prompt only for feature work.

Packages

Package details

extension

Install @firstpick/pi-extension-feature-system-prompt from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@firstpick/pi-extension-feature-system-prompt
Package
@firstpick/pi-extension-feature-system-prompt
Version
0.1.4
Published
Aug 7, 2026
Downloads
563/mo · 215/wk
Author
firstpick
License
MIT
Types
extension
Size
20.5 KB
Dependencies
0 dependencies · 1 peer
Pi manifest JSON
{
  "extensions": [
    "./feature-system-prompt.ts"
  ]
}

Security note

Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.

README

Feature System Prompt for Pi

Recognizes feature requests and loads the feature workflow only when it is actually needed.

What you can do

  • Recognizes requests that add a new capability.
  • Loads the feature workflow only when it is needed.
  • Keeps bug fixes and ordinary edits lightweight.
  • Stops safely when the required feature skill is unavailable.

Install

Install it through Pi:

pi install npm:@firstpick/pi-extension-feature-system-prompt

Restart Pi if the package does not appear in your current session.

How to use it

Use Pi normally. When you request a new capability, the extension loads the feature workflow; ordinary fixes, questions, and small edits continue without it.

Before you start

The feature-development-workflow skill must be installed and enabled. If it is missing, the extension stops safely and tells you what is unavailable.

Technical details

See TECHNICAL.md for complete commands, configuration, compatibility, security, and troubleshooting information.