npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@felipefontoura/pi-strategy

v0.1.0

Published

Pi Strategy skills for Pi Agent: turn ideas into market, offer, MVP, proof, messaging, and acquisition strategy.

Readme

Pi Strategy

A skill pack for the Pi Coding Agent that turns raw ideas into a practical, testable product strategy before build work.

It helps technical builders avoid overbuilding by forcing clarity on market, user, problem, offer, MVP, proof, messaging, and acquisition.

MARKET SIGNAL → USER CONTEXT → PROBLEM/OUTCOME → OFFER → MECHANISM → MVP → PROOF → MESSAGE → ACQUISITION → STRATEGY BRIEF

Why use this

AI can accelerate execution, but it can also accelerate waste.

Pi Strategy enforces a simple discipline:

  1. define who you serve;
  2. define the painful problem and desired outcome;
  3. define a credible offer;
  4. define the smallest MVP that proves the offer;
  5. define proof and acquisition path before downstream execution.

Core rule:

Do not build before strategy.


Who this is for

  • Technical founders
  • Indie builders
  • Small early-stage product teams
  • Anyone repeatedly shipping without clear validation

Installation

From npm:

pi install npm:@felipefontoura/pi-strategy

Then reload Pi:

/reload

Available skills

Use through Pi skill commands:

/skill:strat-init
/skill:strat-market-signal
/skill:strat-user-context
/skill:strat-problem-outcome
/skill:strat-product-offer
/skill:strat-unique-mechanism
/skill:strat-mvp-scope
/skill:strat-proof-system
/skill:strat-message-system
/skill:strat-acquisition-path
/skill:strat-brief

/skill:strat-init

Initializes strategy workspace in the user project.

Typical output:

.ai/strategy/
.ai/strategy/index.md

/skill:strat-market-signal

Checks if there is enough reachable market signal to proceed.

Typical output:

.ai/strategy/signal/market-signal.md

/skill:strat-user-context

Defines concrete user and buyer context, workflow, triggers, and objections.

Typical output:

.ai/strategy/signal/user-context.md

/skill:strat-problem-outcome

Separates surface vs deeper problem and defines measurable desired outcome.

Typical output:

.ai/strategy/signal/problem-outcome.md

/skill:strat-product-offer

Builds the offer using the value equation.

Typical output:

.ai/strategy/offer/product-offer.md

/skill:strat-unique-mechanism

Defines why this works differently from the old way.

Typical output:

.ai/strategy/offer/unique-mechanism.md

/skill:strat-mvp-scope

Defines the smallest deliverable that proves the offer and mechanism.

Typical output:

.ai/strategy/offer/mvp-scope.md

/skill:strat-proof-system

Maps available proof, missing proof, and proof acquisition plan.

Typical output:

.ai/strategy/offer/proof-system.md

/skill:strat-message-system

Turns strategy into clear technical messaging.

Typical output:

.ai/strategy/gtm/message-system.md

/skill:strat-acquisition-path

Chooses the right CTA and conversion path based on readiness and trust.

Typical output:

.ai/strategy/gtm/acquisition-path.md

/skill:strat-brief

Consolidates all artifacts into final handoff.

Typical output:

.ai/strategy/handoff/strategy-brief.md

Recommended quickstart

/skill:strat-init
/skill:strat-market-signal
/skill:strat-user-context
/skill:strat-problem-outcome
/skill:strat-product-offer
/skill:strat-unique-mechanism
/skill:strat-mvp-scope
/skill:strat-proof-system
/skill:strat-message-system
/skill:strat-acquisition-path
/skill:strat-brief

Artifact structure

Strategy state lives in the user project:

.ai/strategy/
  index.md
  signal/
    market-signal.md
    user-context.md
    problem-outcome.md
  offer/
    product-offer.md
    unique-mechanism.md
    mvp-scope.md
    proof-system.md
  gtm/
    message-system.md
    acquisition-path.md
  handoff/
    strategy-brief.md

Optional durable context:

.ai/steering/

Handoff contract

Pi Strategy writes:

.ai/strategy/handoff/strategy-brief.md

Downstream packages should consume this file instead of inventing strategy again.

Ready for Handoff should only be used when:

  • offer is specific and testable;
  • MVP scope is bounded;
  • proof exists or proof plan exists;
  • message system is specific;
  • acquisition path is coherent and measurable.

What this package does not do

It does not create implementation code, UI, ad systems, CRM automations, or full downstream execution assets.


Language policy

Package source/docs are EN-US.

At runtime, skills adapt to user language, while preserving canonical technical identifiers (file paths, status values, commands, and stable headings).


License

MIT