btw

Collect and manage improvement suggestions in a local JSON datastore.

Updated Mar 20, 2026
One-click install
npx skills add https://github.com/hendrax5/ironman --skill btw-hendrax5
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: btw
Source: https://github.com/hendrax5/ironman/tree/main/skills/btw
Command: npx skills add https://github.com/hendrax5/ironman --skill btw-hendrax5

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Captures ad-hoc improvement suggestions that arise during work and centralizes them so ideas are not lost, enabling systematic review and follow-up.

Core Features & Use Cases

  • Quick capture: Record a suggestion with a single /btw {suggestion} command and persist it to a local JSON store.
  • Review & discover: List suggestions, analyze clusters to find recurring needs, and surface skill candidates or actionable improvements.
  • Promotion workflow: Promote promising suggestions into the skill-create pipeline, preserving context such as file, PDCA phase, and team session metadata.
  • Use Case: During a code review or PDCA team session, rapidly collect improvement ideas, analyze patterns, and promote high-value suggestions into the project backlog or skill creation process.

Quick Start

Record an improvement idea by issuing: /btw Add validation for DataProxy inputs to prevent null crashes.

Frequently Asked Questions about btw

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

FAQPage Schema
How do I capture improvement suggestions during a development session without losing context?

You can capture improvement suggestions instantly using a single command, which persists the idea to a local JSON datastore. This records the suggestion text along with sequential IDs and metadata for later review.

What is the best way to analyze and categorize recorded improvement ideas for PDCA sessions?

Analyzing recorded improvement ideas is done by listing stored suggestions and running an analysis command to identify clusters. This surfaces recurring needs and actionable patterns for team PDCA review.

How do I promote a captured suggestion into a skill creation workflow?

Promoting a captured suggestion triggers a skill-create workflow automatically. This preserves the original context, including the PDCA phase and team session metadata, to streamline project backlog integration.

Can I use this suggestion tracking tool for individual developer workflows as well as team sessions?

Yes, this suggestion tracking tool applies to both individual developers and team PDCA sessions. It systematically records, lists, and promotes in-work improvement ideas for any software engineering workflow.

Where are captured workflow improvement ideas stored locally?

Captured workflow improvement ideas are stored in a local JSON datastore. This maintains all suggestion records with sequential IDs, categories, and statistics directly within your project environment.

How do I view statistics on captured development suggestions?

You can view statistics on captured development suggestions by running a dedicated stats command. This summarizes the recorded improvement ideas and metadata persisted in the local JSON datastore.