بنقرة واحدة
api-service-planner
Domain guidance for planning API and service layer phases. Loaded when phase category is API.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Domain guidance for planning API and service layer phases. Loaded when phase category is API.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Domain guidance for implementing API and service layer phases. Loaded when phase category is API.
Domain guidance for reviewing API and service layer phases. Loaded when phase category is API.
Domain guidance for planning authentication and security phases. Loaded when phase category is AUTH.
Domain guidance for planning CLI and tooling phases. Loaded when phase category is CLI.
Domain guidance for planning data and persistence phases. Loaded when phase category is DATA.
Domain guidance for planning infrastructure and configuration phases. Loaded when phase category is INFRA.
| name | api-service-planner |
| description | Domain guidance for planning API and service layer phases. Loaded when phase category is API. |
code, message, details, request_id).For every endpoint: method + path, auth requirement, request shape per location (path/query/body), response shape, error envelope, status-code mapping. If event-driven: event name constants, payload schema, delivery semantics (ordering, at-least-once, idempotency).
At least 5 negative cases per endpoint: invalid type, missing required field, extra/unknown fields, boundary values, auth missing/invalid. Plus routing: 404 (no route) and 405 (wrong method). Plus empty-response semantics (204 vs 200).
assert resp.json without keys).Minimum: one contract test file per endpoint group, one middleware-order test, one error-envelope conformance test.