gjalla-spec
Create Production-Ready Software Specifications
Complex features fail when requirements, architecture effects, and verification criteria remain unclear. This skill guides agents through research and produces an implementation-ready Gjalla specification.
自分のエージェントでインストール
このリクエストをエージェントにコピーしてください。正規の Skill ページとマニフェストが含まれています。
Review the Skillstore skill "gjalla-spec" from https://skillstore.io/skills/gjalla-gjalla-spec.md and its manifest at https://skillstore.io/api/skills/gjalla-gjalla-spec/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.エージェントは引き続き計画を提示し、セキュリティポリシーで必要な確認を求める必要があります。
エージェントが読めるリソース
AI エージェント、クローラー、スクリプトがページ全体ではなく整理されたコンテキストを必要とする場合は、これらのリンクを使ってください。
テストする
「gjalla-spec」を使用しています。 Plan account deletion across authentication, billing, and analytics services.
期待される結果:
- Problem: Account deletion behavior is inconsistent across services.
- Goal: Remove personal data while preserving legally required billing records.
- Approach: Coordinate deletion events, retention rules, retries, audit records, and service ownership.
- Verification: Test complete deletion, partial failures, retries, retention exceptions, and rollback.
「gjalla-spec」を使用しています。 Specify a gradual migration from synchronous notifications to a queue.
期待される結果:
- Non-goal: Replacing notification providers is outside this migration.
- Architecture delta: Producers publish durable jobs while workers handle delivery and retries.
- Dependencies: Queue infrastructure, observability, idempotency keys, and deployment sequencing.
- Rollback: Route producers back to synchronous delivery while safely draining queued jobs.
セキュリティ監査
安全The only static finding is a false positive caused by Markdown backticks around a Gjalla CLI command. The prompt contains no executable code, prompt injection, or malicious intent.
リスク要因
⚙️ 外部コマンド (1)
このレポートを共有・引用
バージョン付き評価レポート、中立的なバッジ、埋め込みカード、引用を共有できます。Skillstore は証拠を報告しますが、この Skill が安全かどうかは判断しません。
レポートリンクをコピー
https://skillstore.io/skills/gjalla-gjalla-spec/audits/1?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdownバッジ
[](https://skillstore.io/skills/gjalla-gjalla-spec?utm_source=security_passport_badge)HTMLバッジ
<a href="https://skillstore.io/skills/gjalla-gjalla-spec?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/gjalla-gjalla-spec/security.svg" alt="Skillstore security assessment" loading="lazy"></a>埋め込みカード
<iframe src="https://skillstore.io/embed/skills/gjalla-gjalla-spec.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>学術引用 (APA · BibTeX · CFF)
APA形式の引用
gjalla. (2026). gjalla-spec security audit report (audit version 1) [Author version unspecified]. Skillstore. https://skillstore.io/skills/gjalla-gjalla-spec/audits/1BibTeX形式の引用
@techreport{gjalla-gjalla-gjalla-spec-2026,
author = {gjalla},
title = {gjalla-spec security audit report (audit version 1)},
institution = {Skillstore},
year = {2026},
number = {1},
url = {https://skillstore.io/skills/gjalla-gjalla-spec/audits/1},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "gjalla-spec security audit report (audit version 1)"
version: "unspecified"
type: report
authors:
- name: "gjalla"
date-released: "2026-08-11"
url: "https://skillstore.io/skills/gjalla-gjalla-spec/audits/1"
identifiers:
- type: other
value: "skillstore:gjalla-gjalla-spec:audit:1"
description: "Skillstore immutable audit report identifier"
Skillstore スコア
このスコアの理由 証拠の信頼度: 中作成できるもの
Plan a Cross-Service Feature
Map architecture effects, data flows, dependencies, rollback steps, and tests before changing multiple services.
Define Acceptance Criteria
Turn a product problem into explicit goals, non-goals, observable behaviors, and acceptance tests.
Prepare an Implementation Handoff
Create a concise reference specification that gives delivery teams shared technical and verification guidance.
これらのプロンプトを試す
Create a Gjalla specification for [feature]. Research the current architecture, ask necessary questions, and define goals, requirements, approach, tests, dependencies, and rollback.
Investigate the current system around [problem]. Identify missing decisions, ask focused questions, then draft a specification with explicit non-goals and verification criteria.
Plan the migration from [current state] to [target state]. Cover architecture deltas, data flows, sequencing, dependencies, compatibility, verification, and rollback.
Create an advanced change specification for [proposal]. Trace downstream effects, failure modes, operational risks, boundary constraints, phased delivery, acceptance tests, and rollback triggers.
ベストプラクティス
- Provide the problem, affected systems, constraints, and relevant Gjalla project context.
- Resolve decisions that change the technical approach before approving the specification.
- Make every behavioral requirement observable and pair it with a verification method.
回避
- Do not approve a specification that assumes undocumented architecture or missing dependencies.
- Do not combine goals, implementation details, and verification into vague narrative paragraphs.
- Do not omit rollback planning for changes that affect production data or shared services.