Reconstruct the workflow behind a past artifact - "what made X work" / "extract workflow from <date|sha>" / "how did we ship Y". Uses ax to find the relevant sessions and narrate the ordered skill arcs that produced the result. Triggers on "what made X work", "how did we build Y", "extract workflow from <date>", "extract workflow from <sha>", "what was the workflow around <topic>", "show me how I shipped <feature>", "reconstruct the recipe for <artifact>". Do NOT fire on generic "show recent activity" - this skill is for reconstructing the workflow behind a specific artifact.
$npx -y skills add necmttn/ax --skill ax-extract-workflowInstalls into the current project.
Run `npx skills use "https://github.com/necmttn/ax" --skill "necmttn/ax/ax-extract-workflow"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/necmttn/ax" that are relevant to the current task. Run `npx skills add "https://github.com/necmttn/ax"` and select the relevant skills, then follow their instructions.