write-implementation-plan

Convert Authgear Server specs into implementation plans with file, method, and storage details.

2.0k|126|Updated Jun 16, 2020
One-click install
npx skills add https://github.com/authgear/authgear-server --skill write-implementation-plan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: write-implementation-plan
Source: https://github.com/authgear/authgear-server/tree/main/.claude/skills/write-implementation-plan
Command: npx skills add https://github.com/authgear/authgear-server --skill write-implementation-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Authgear specs and documentation often leave engineers without file-level, method-level, runtime, storage, and testing instructions, making implementation slow and error-prone.

Core Features & Use Cases

  • Spec translation: Turn the current specification or outdated plan into an engineering plan that names every file, struct, and method to touch.
  • Runtime and storage clarity: Capture config schema changes, runtime call flows, storage keys, migrations, and compatibility requirements before coding.
  • Review-ready commits: Outline test coverage, deployment behavior, data/backward-compatibility needs, and atomic commit boundaries for reliable reviews.
  • Use Case: When adding a new authentication capability, rewrite the stale plan into actionable steps for config, services, runtime helpers, storage, and tests.

Quick Start

Use the skill to convert a spec or outdated plan into a concrete implementation plan that names files, methods, call flows, compatibility requirements, tests, and commits.

Frequently Asked Questions about write-implementation-plan

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

FAQPage Schema
How do I turn an authgear-server spec into concrete file and method changes?

To turn an authgear-server spec into concrete changes, you draft an implementation plan that maps vague design notes to exact file paths, config structs, runtime flows, storage keys, and method signatures before coding begins.

What is the best way to plan storage migrations and config schema changes for authgear?

The best way to plan storage migrations and config schema changes is to document runtime call flows, storage keys, backward compatibility requirements, and migration steps explicitly within a detailed engineering implementation plan.

How do I update an outdated authgear implementation plan with exact runtime and testing steps?

Updating an outdated authgear implementation plan requires rewriting it into actionable steps that specify config schema changes, runtime helpers, storage keys, test coverage, and atomic commit boundaries for reliable engineering reviews.

Does planning authgear-server specs require documenting backward compatibility and deployment behavior?

Yes, planning authgear-server specs requires documenting data and backward compatibility needs alongside deployment behavior to ensure accurate implementation and reliable review-ready atomic commits.

When do I need a detailed implementation plan for authgear-server spec revisions?

You need a detailed implementation plan for authgear-server spec revisions when adding new authentication capabilities that require precise config, runtime, storage, and testing work breakdowns to avoid slow and error-prone coding.